LOCKMODE keyword

Applies to

Collections and subcollections

Grid components bound to an IDO

Description

Specifies the column locking option that is used during an IDO item update.

Syntax

LOCKMODE( Row ) or LOCKMODE( Property )
Part Description
Row Extracts the row's identifying property (ItemID) to get the RowPointer and RecordDate, and use them to construct the WHERE clause
Property

Includes the row's key values and original property values to construct the WHERE clause

RowPointer and RecordDate are omitted from the WHERE clause.