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 Reference » UltraLiteJ API reference » SyncParms class

 

setDownloadOnly method

Sets the synchronization as download-only.

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

Remarks

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

See also