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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » Connection 接口

 

getLastDownloadTime 方法

返回指定发布的最近一次下载的时间。

语法
Date Connection.getLastDownloadTime(
  String pub_name
) throws ULjException
参数
  • pub_name   要检查的发布的名称。

注释

要返回全部数据库的上次下载时间,参数 pub_name 必须引用单个发布,或必须是特殊发布 Connection.SYNC_ALL_DB_PUB_NAME。

只有在执行 schemaCreateComplete() 之后才能执行此方法。

另请参见
返回值

上次下载的时间戳。