Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置一个 SyncObserver 对象来监控此连接上的同步进度。
void Connection.setSyncObserver(SyncObserver so)
so 实现 SyncObserser 接口的对象,或取空值以删除当前 SyncObserver。
此 SyncObserver 被后续 SYNCHRONIZE SQL 语句使用。
缺省值为空值,表示没有观察器。