UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
Class JdbcDatabase
java.util.Calendar getLastDownloadTimeCalendar( UlSqlStmtint stmt, int mask )
Returns the last time changes to the result set of a given statement were downloaded.
stmt The statement for which the download time is to be checked.
mask A set of publications for which the last download time is retrieved. A value of 0 corresponds to the entire database. The set is supplied as a mask. For example, the following mask corresponds to publications PUB1 and PUB2.:
UL_PUB_PUB1 | UL_PUB_PUB2
For more information on publication masks, see publication synchronization parameter.
The last time the statement was downloaded.