UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Do not upload any changes from the UltraLite database during this synchronization.
boolean getDownloadOnly( )
void setDownloadOnly( boolean download_only )
The parameter is an optional Boolean value, and by default is false.
Set the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; opts.setDownloadOnly( true ); // set other options here conn.synchronize( opts );
Including read-only tables in an UltraLite database.
upload_only synchronization parameter