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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

getLastDownloadTime function

Returns the time of the most recent download of the specified publication.

Syntax
Date Connection.getLastDownloadTime(
  String pub_name
) throws ULjException
Parameters
  • pub_name   The name of the publication to check.

Remarks

The parameter pub_name must reference a single publication or be the special publication Connection.SYNC_ALL_DB_PUB_NAME for the time of the last download of the full database.

This method can only be executed once schemaCreateComplete() has been executed.

See also
Returns

The timestamp of the last download.