Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the property that indicates whether to select records for update when they are read.
Syntax
public boolean selectForUpdate([boolean lockRecordsExclusive])
Run On
Called
Parameters
- lockRecordsExclusive
Type: boolean
A Boolean value that indicates whether to read records for update; optional.
Return Value
Type: boolean
true if records should be read for update; otherwise, false.