getNextRecord

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

The getNextRecord 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 or getNextJournal method.

This 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.

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