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

 

setNoSync 方法

指定表是否应进行同步。

语法
TableSchema TableSchema.setNoSync(
  boolean no_sync
) throws ULjException
参数
  • no_sync   如果计划同步对表的任何更改,则设置为 true,否则设置为 false。

注释

如果设置 true,则不对更改信息进行维护。缺省值为 false。

返回值

定义了 NoSync 的 TableSchema。