Each row in the syspublications system table describes a publication.
Column name | Column type | Description |
---|---|---|
publication_id | INTEGER | A unique identifier for the publication. |
publication_name | VARCHAR(128) | The name of the publication. |
download_timestamp | TIMESTAMP | The time of the last download. |
last_sync_sent | INTEGER | An integer that tracks an upload sent to MobiLink. |
last_sync_confirmed | INTEGER | An integer that tracks an upload confirmed as being received by MobiLink. |
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 |