Contents Index getLastDownloadTimeDate method grant method pdf/preface.pdf

UltraLite User's Guide
  Developing UltraLite Java Applications
    UltraLite API reference
      Class JdbcDatabase

getLastDownloadTimeLong method

Prototype 

long getLastDownloadTimeLong( UlSqlStmt stmt, int mask )

Description 

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

Parameters 

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.

Returns 

Contents Index getLastDownloadTimeDate method grant method pdf/preface.pdf