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 » SyncParms class

 

setSendColumnNames function

Sets whether or not to send column names to the MobiLink server during a sync. The default value is false.

Syntax
abstract void SyncParms.setSendColumnNames(
  boolean c
)
Parameters
  • c   true if column names should be sent

Remarks

Column names are used by the server only when using the direct row API.

See also