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

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite System Table Reference » UltraLite system tables

sysixcol system table Next Page

syspublication system table


Each row in the syspublication system table describes a publication.

Columns
Column nameDescriptionTypeData constraintIntegrity constraints

download_timestamp

The time of the last download.

UNSIGNED INT

NOT NULL

last_sync

Used to keep track of upload progress.

UNSIGNED BIGINT

NOT NULL

publication_id

A unique identifier for the publication.

UNSIGNED INT

NOT NULL

Primary key.

publication_name

The name of the publication.

CHAR(128)

NOT NULL

See also