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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » TableSchema interface

 

setNoSync method

Specifies whether the table should synchronize.

Syntax
TableSchema TableSchema.setNoSync(
  boolean no_sync
) throws ULjException
Parameters
  • no_sync   true, if you plan to synchronize any changes to the table; otherwise, false.

Remarks

When set true, row change information is not maintained. The default value is false.

Returns

This TableSchema with NoSync defined.