Holds information needed for dbinfo and dbunload utilities using the DBTools library.
Syntaxtypedef struct a_sysinfo
Members| Member name | Type | Description |
|---|---|---|
| blank_padding |
a_bit_field |
1 if blank padding is used in this database, 0 otherwise. |
| case_sensitivity |
a_bit_field |
1 if the database is case sensitive, 0 otherwise. |
| default_collation |
char |
The collation sequence for the database. |
| encryption |
a_bit_field |
1 if the database is encrypted, 0 otherwise. |
| page_size |
unsigned short |
The page size for the database. |
| valid_data |
a_bit_field |
1 to indicate that the other bit fields are valid. |
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
