getLastCheckpoint

getLastCheckpoint(journal: Integer64 output;
                  offset:  Integer64 output);

The getLastCheckpoint method of the JadeDatabaseAdmin class retrieves the journal number and byte offset of the last database checkpoint in the journal and offset parameters, respectively.

This method is intended for use by backup algorithms and mechanisms that need knowledge of journal activity and recovery restart points and require the ability to cause recovery restart point re-evaluation. See also the doCheckpoint method.