Contents Index getLastDownloadTimeDate method getLastIdentity method

UltraLite Static Java User's Guide
  UltraLite Static Java API Reference
    UltraLite API reference
      Class JdbcConnection

getLastDownloadTimeLong method

Prototype 

long getLastDownloadTimeLong( int mask )

Description 

Returns the last time changes to the result set of a given statement were downloaded.

Parameters 

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.

Returns 

Contents Index getLastDownloadTimeDate method getLastIdentity method