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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » SyncParms class

 

setPublications function

Sets the publications to be synchronized.

Syntax
abstract void SyncParms.setPublications(
  String pubs
) throws ULjException
Parameters
  • pubs   A comma separated list of publication names. See class description for more on comma separated lists.

Remarks

The default is Connection.SYNC_ALL, which is used to denote synchronize all tables. To synchronize all publications, use Connection.SYNC_ALL_PUBS.

See also