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 Reference » UltraLiteJ system tables

 

sysarticles system table

Each row in the sysarticles system table describes a table that belongs to a publication.

Column name Column type Description
publication _id INTEGER An identifier for the publication that this article belongs to.
table_id INTEGER The identifier of the table that belongs to the publication.
Constraints

PRIMARY KEY (publication_id, table_id)