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

 

setUploadOnly method

Sets the synchronization as upload-only.

Syntax
abstract void SyncParms.setUploadOnly(
  boolean v
)
Parameters
  • v   Set true to disable downloads, or set false to enable downloads.

Remarks

The default is false. Specifying true changes setDownloadOnly and setPingOnly to false.

See also