setPublications method

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