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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » SyncParms 类

 

setPublications 方法

设置要同步的发布。

语法
abstract void SyncParms.setPublications(
  String pubs
) throws ULjException
参数
  • pubs   以逗号分隔的发布名的列表。有关逗号分隔列表的更多信息,请参见类描述。

注释

缺省设置为 Connection.SYNC_ALL,用于表示同步所有的表。要同步所有发布,请使用 Connection.SYNC_ALL_PUBS。

另请参见