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 参考 » Connection 接口

 

createSyncParms 方法

创建同步参数集。

语法
SyncParms Connection.createSyncParms(
  int streamType,
  String userName,
  String version
) throws ULjException
参数
  • streamType   在 SyncParms 类中定义的一个常量,用于标识同步流的类型。

  • userName   MobiLink 用户名。

  • version   MobiLink 脚本版本。

另请参见
返回值

SyncParms 对象