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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite 数据库参考 » UltraLite 系统表

 

sysarticle 系统表

sysarticle 系统表中的每一行都描述了属于发布的一个表。

列名 列类型 说明
publication _id UNSIGNED INT 该项目所属的发布的标识符。
table_id UNSIGNED INT 属于发布的表的标识符。
where_expr TINY INT 可过滤行的可选谓语。
约束

PRIMARY KEY (publication_id, table_id)

FOREIGN KEY (publication_id) REFERENCES syspublication (publication_id)

FOREIGN KEY (table_id) REFERENCES systable (object_id)

另请参见