Returns synchronization progress monitoring data.
public struct ul_sync_status
Member name | Type | Description |
---|---|---|
db_table_count |
ul_u_short |
Returns the number of tables in database. |
flags |
ul_u_short |
Returns the current synchronization flags indicating additional information relating to the current state. |
info |
ul_sync_info * |
A pointer to the ul_sync_info_a structure. |
received |
ul_sync_stats |
Returns download statistics. |
sent |
ul_sync_stats |
Returns upload statistics. |
sqlca |
SQLCA * |
The connection's active SQLCA. |
state |
ul_sync_state |
One of the many supported states. |
stop |
ul_bool |
A boolean that cancel synchronization. A value of true means that synchronization is canceled. |
sync_table_count |
ul_u_short |
Returns the number of tables being synchronized. |
sync_table_index |
ul_u_short |
1..sync_table_count |
table_id |
ul_u_short |
The current table id which is being uploaded or downloaded (1-based). This number may skip values when not all tables are being synchronized, and is not necessarily increasing. |
table_name |
char |
Name of the current table. |
table_name_w2 |
ul_wchar |
Name of the current table. |
user_data |
ul_void * |
User data passed in to ULSetSynchronizationCallback or set in the ul_sync_info structure. |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |