getLastDownloadTime method

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.