Each row in the syspublication system table describes a publication.
Column name | Column type | Description |
---|---|---|
download_timestamp | UNSIGNED INT | The time of the last download. |
last_sync | UNSIGNED BIGINT | Used to keep track of upload progress. |
publication_id | UNSIGNED INT | A unique identifier for the publication. |
publication_name | CHAR(128) | The name of the publication. |
PRIMARY KEY (publication_id)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |