Defines the synchronization states that can be signaled to an observer.
public interface SyncObserver.States
All members of SyncObserver.States interface, including all inherited members.
Name | Description |
---|---|
Checking the status of the previous upload. | |
Denotes that the downloaded rows are being committed to the database. | |
Denotes that a synchronization is starting. | |
Denotes that the synchronization stream is disconnecting. | |
Denotes that synchronization is complete. | |
Denotes that synchronization is complete but an error occurred. | |
Denotes that the upload is finalizing. | |
Denotes that schema information or row data is being received. | |
Denotes that a new table is being downloaded. | |
Denotes that an upload acknowledgement is being downloaded. | |
Denotes that the downloaded rows are being committed to the database. | |
Denotes that schema information or row data is being sent. | |
Denotes that an acknowledgement of a complete download is being sent. | |
Denotes that the synchronization stream has been opened and the header is about to be sent. | |
The schema is being sent. | |
Denotes that a new table is being uploaded. | |
Denotes that a synchronization is starting. |
CHECKING_LAST_UPLOAD variable
COMMITTING_DOWNLOAD variable
CONNECTING variable
DISCONNECTING variable
DONE variable
ERROR variable
FINISHING_UPLOAD variable
RECEIVING_DATA variable
RECEIVING_TABLE variable
RECEIVING_UPLOAD_ACK variable
ROLLING_BACK_DOWNLOAD variable
SENDING_DATA variable
SENDING_DOWNLOAD_ACK variable
SENDING_HEADER variable
SENDING_SCHEMA variable
SENDING_TABLE variable
STARTING variable
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |