UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
Class JdbcConnection
void synchronize(
java.lang.String user_name,
java.lang.String password,
java.lang.String script_version,
UlStream stream_defn,
java.lang.String parms )
Synchronizes data with a MobiLink synchronization server.
user_name The MobiLink user name. See user_name synchronization parameter.
password The password associated with user_name. See password synchronization parameter.
script_version The script version. See version synchronization parameter.
stream_defn The stream to use for synchronization. See stream synchronization parameter.
parms Any user-supplied parameters used for the synchronization.
See stream_parms synchronization parameter, and Synchronization stream parameters.
java.sql.SQLException