resetLastDownloadTime method

Resets the time of the download for the specified publications.

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

Remarks

To reset the download time for when the entire database is synchronized, use the special Connection.SYNC_ALL_DB_PUB_NAME publication.

This method requires that there are no uncommitted transactions on the current connection.

See also