Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['java', 'otransaction', 'hasrecordcreation']

OTransaction - hasRecordCreation()

Determines whether the transaction has created records.

Checking Records

Using this method you can check whether any records have been created as part of the transaction.

Syntax

boolean OTransaction().hasRecordCreation()

Return Value

This method returns a boolean value. A value of true indicates that the transaction includes record creation. false indicates that no records are created in the transaction.