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

SQL Anywhere 12.0.0 (Français) » 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 UNSIGNED INTEGER An identifier for the publication that this article belongs to.
table_id UNSIGNED INTEGER The identifier of the table that belongs to the publication.
predicate VARCHAR(256) The predicate expression specified by the associated WHERE clause of a CREATE PUBLICATION or ALTER PUBLICATION statement.
 Constraints