Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference

 

ul_synch_stats struct

Reports the statistics of the synchronization stream.

Syntax
public ul_synch_stats
Properties
Name Type Description
bytes ul_u_long

The number of bytes currently sent.

deletes ul_u_long

The number of deleted rows current sent.

inserts ul_u_long

The number of rows currently inserted.

updates ul_u_long

The number of updated rows currently sent.