保存有关 a_db_info 结构所需表的信息。
typedef struct a_table_info
成员名称 | 类型 | 说明 |
---|---|---|
index_pages |
a_sql_uint32 |
索引页数。 |
index_used |
a_sql_uint32 |
索引页中使用的字节数。 |
index_used_pct |
a_sql_uint32 |
索引空间的使用百分比。 |
next |
struct a_table_info * |
列表中的下一个表。 |
table_id |
a_sql_uint32 |
该表的 ID 号。 |
table_name |
char * |
表的名称。 |
table_pages |
a_sql_uint32 |
表页数。 |
table_used |
a_sql_uint32 |
表页中使用的字节数。 |
table_used_pct |
a_sql_uint32 |
表空间的使用百分比。 |
![]() |
使用DocCommentXchange讨论此页。
|
版权 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |