Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ 系统表

 

systable 系统表

systable 系统表中的每一行都描述了数据库中的一个标。

列名 列类型 说明
table_id INTEGER 表的唯一标识符。
table_name VARCHAR(128) 表的名称。
table_flags UNSIGNED SHORT 以下标志之一的按位组合:
  • TABLE_IS_SYSTEM
  • TABLE_IS_NO_SYNC
table_data INTEGER 仅供内部使用。
table_autoinc BIG 仅供内部使用。
约束

PRIMARY INDEX (table_id)