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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » Connection インタフェース

 

resetLastDownloadTime メソッド

指定されたパブリケーションのダウンロード時刻をリセットします。

構文
void Connection.resetLastDownloadTime(
  String pub_name
) throws ULjException
パラメータ
  • pub_name   チェックするパブリケーションの名前。

備考

データベース全体が同期されたダウンロード時刻をリセットするには、特殊なパブリケーション Connection.SYNC_ALL_DB_PUB_NAME を使用します。

このメソッドを使用するには、現在の接続に、コミットされていないトランザクションがないことが必要です。

参照