Reports status-related information about a specified database synchronization.
public class SyncResult
All members of the SyncResult class, including all inherited members.
Name | Description |
---|---|
Returns the authorization message of the last synchronization attempt as specified by custom user authentication synchronization scripts. | |
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 synchronized. | |
Determines if any uploaded rows were ignored during the last synchronization. | |
Checks whether a partial download was retained during the last synchronization. | |
Returns the number of bytes received during data synchronization. | |
Returns the number of received rows that have been deleted. | |
Returns the number of received delete rows that have been ignored. | |
Returns the number of received update rows that have been ignored. | |
Returns the number of received rows that have been inserted. | |
Returns the number of rows received. | |
Returns the number of rows that have been deleted by a downloaded truncate operation. | |
Returns the number of received rows that have been applied as updates. | |
Returns the number of bytes sent during data synchronization. | |
Returns the number of deleted rows sent. | |
Returns the number of inserted rows sent. | |
Returns the number of updated rows sent. | |
Returns the error code reported by the stream itself. | |
Returns the error message reported by the stream itself. | |
Returns the number of synchronized tables so far. | |
Returns the total number of rows to be received in the download. | |
Returns the number of tables to be synchronized. | |
Determines if the last upload synchronization was successful. |
getAuthMessage method
getAuthStatus method
getAuthValue method
getCurrentTableName method
getIgnoredRows method
getPartialDownloadRetained method [Android]
getReceivedByteCount method
getReceivedDeletes method
getReceivedIgnoredDeletes method
getReceivedIgnoredUpdates method
getReceivedInserts method
getReceivedRowCount method
getReceivedTruncateDeletes method
getReceivedUpdates method
getSentByteCount method
getSentDeletes method
getSentInserts method
getSentUpdates method
getStreamErrorCode method
getStreamErrorMessage method
getSyncedTableCount method
getTotalDownloadRowCount method
getTotalTableCount method
isUploadOK method
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |