Reports status-related information on a specified database synchronization.
public class SyncResult
All members of SyncResult class, including all inherited members.
Name | Description |
---|---|
Returns the authorization status code of the last synchronization attempt. | |
Returns the value specified in custom user authentication synchronization scripts. | |
Returns the name of the table currently being synced. | |
Determines if any uploaded rows were ignored during the last synchronization. | |
Returns the number of bytes received during data synchronization. | |
Returns the number of rows received. | |
Returns the number of bytes sent during data synchronization. | |
Returns the number of rows sent. | |
Returns the error code reported by the stream itself. | |
Returns the error message reported by the stream itself. | |
Returns the number of tables synced so far. | |
Returns the number of tables to be synced. | |
Determines if the last upload synchronization was successful. |
getAuthStatus method
getAuthValue method
getCurrentTableName method
getIgnoredRows method
getReceivedByteCount method
getReceivedRowCount method
getSentByteCount method
getSentRowCount method
getStreamErrorCode method
getStreamErrorMessage method
getSyncedTableCount method
getTotalTableCount method
isUploadOK method
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |