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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » TableSchema interface

 

setNoSync function

Specifies if the table ever synchronizes.

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.