getNextRecord_64

getNextRecord_64(pType:         Integer output;
                pObjectType:    Integer output;
                pRecordOffset:  Integer64 output;
                pTimestamp:     TimeStamp output;
                pSerialNumber:  Decimal output;
                pTransactionId: Decimal output;
                pOid:           String output;
                pClassNumber:   Integer output;
                pEdition:       Integer64 output): Boolean updating;

The getNextRecord_64 method of the JadeAuditAccess class returns the next (relevant) record retrieved from the current journal file. The current journal file must have been previously opened by using the getJournal_64 or getNextJournal method.

The getNextRecord_64 method does the same as the JadeAuditAccess class getNextRecordUTC method, except that it does not return the Coordinated Universal Time (UTC) timestamp and UTC bias values of the record. For details about the values returned by each of the parameters in the method, see the getNextRecordUTC method.

Use this method if the pRecordOffset parameter value could exceed Max_Integer (2,147,483,647) or go below zero (0).

The pEdition parameter returns the edition of the object; that is, if the:

If you want to retrieve a record with the UTC timestamp and UTC bias values, use the getNextRecordUTC_64 method.

2020.0.01 and higher