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)
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |