Represents synchronization parameters that define how to synchronize an UltraLite database.
public class SyncParms
All members of SyncParms class, including all inherited members.
Name | Description |
---|---|
Returns a string of name value pairs. | |
Returns parameters provided to a custom user authentication script. | |
Checks if uploads are disabled when synchronizing. | |
Checks if partial downloads are to be kept after a synchronization that failed because of communication errors or user abort. | |
Returns the new MobiLink password for the user specified with setUserName. | |
Indicates whether UltraLite applied the changes that were downloaded rather than rolling back the changes when a download fails because of a communications error during synchronization. | |
Returns the MobiLink password for the user specified with the setUserName method. | |
Checks whether the client is only going to ping the MobiLink server instead of performing a real synchronization. | |
Returns the publications to be synchronized. | |
Checks if a previous partial download is to be resumed or discarded. | |
Checks whether the client is sending column names to the MobiLink synchronization server during synchronization. | |
Instructs the MobiLink server whether the client provides a download acknowledgement. | |
Returns the type of MobiLink synchronization stream to use for synchronization. | |
Returns the parameters used to configure the synchronization stream. | |
Checks if downloads are disabled when synchronizing. | |
Returns the MobiLink user name. | |
Returns the synchronization script to be used. | |
Specifies a string of name value pairs "name=value;" with extra parameters. | |
Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event). | |
Disables or enables uploads when synchronizing. | |
Controls whether UltraLite holds on to the partial download rather than rolling back the changes when a download fails because of a communications error during synchronization. | |
Sets the UltraLite database synchronization server to be the same as M-Business Anyehre Server. | |
Sets the UltraLite database synchronization server to be the same as M-Business Anywhere Server. | |
Sets a new MobiLink password for the user specified with the setUserName method. | |
Sets the MobiLink password for the user specified with the setUserName method. | |
Specifies whether the client should only ping the MobiLink synchronization server instead of performing a real synchronization. | |
Sets the publications to be synchronized. | |
Specifies whether to resume a failed download. | |
Specifies whether the client should send column names to the MobiLink synchronization server during synchronization. | |
Specifies whether the client should send a download acknowledgement to the MobiLink synchronization server during synchronization. | |
Sets the MobiLink synchronization stream to use for synchronization. | |
Sets the parameters to configure the synchronization stream. | |
Disables or enables downloads when synchronizing. | |
Sets the user name that uniquely identifies the MobiLink client to the MobiLink server. | |
Specifies which synchronization script to use. | |
Synchronize via HTTP. | |
Synchronize via HTTPS (HTTP with RSA transport-layer security). | |
Synchronize via TCP/IP. | |
Synchronize via TLS. |
Each connection has its own SyncParms instance.
getAdditionalParms method
getAuthenticationParms method
getDownloadOnly method
getKeepPartialDownload method
getNewPassword method
getPartialDownloadRetained method
getPassword method
getPingOnly method
getPublications method
getResumePartialDownload method
getSendColumnNames method
getSendDownloadAck method
getStream method
getStreamParms method
getUploadOnly method
getUserName method
getVersion method
setAdditionalParms method
setAuthenticationParms method
setDownloadOnly method
setKeepPartialDownload method
setMBAServer method
setMBAServerWithMoreParms method
setNewPassword method
setPassword method
setPingOnly method
setPublications method
setResumePartialDownload method
setSendColumnNames method
setSendDownloadAck method
setStream method
setStreamParms method
setUploadOnly method
setUserName method
setVersion method
STREAM_TYPE_HTTP variable
STREAM_TYPE_HTTPS variable
STREAM_TYPE_TCPIP variable
STREAM_TYPE_TLS variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |