Holds information about a table needed as part of the a_db_info structure.
typedef struct a_table_info
Member name | Type | Description |
---|---|---|
index_pages |
a_sql_uint32 |
Number of index pages. |
index_used |
a_sql_uint32 |
Number of bytes used in index pages. |
index_used_pct |
a_sql_uint32 |
Index space utilization as a percentage. |
next |
struct a_table_info * |
Next table in the list. |
table_id |
a_sql_uint32 |
ID number for this table. |
table_name |
char * |
Name of the table. |
table_pages |
a_sql_uint32 |
Number of table pages. |
table_used |
a_sql_uint32 |
Number of bytes used in table pages. |
table_used_pct |
a_sql_uint32 |
Table space utilization as a percentage. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |