UltraLite Static Java User's Guide
UltraLite Static Java API Reference
UltraLite API reference
Class JdbcConnection
java.util.Date getLastDownloadTimeDate( int mask )
Returns the last time changes to the result set of a given statement were downloaded.
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.