Resources
- Full support
- Partial support
Resources
This is an old revision of the document!
Type | String |
---|---|
Default | ' for update ' |
Setting the value of this class variable adds the value to SELECT statements executed by load(). This value is the default for MySQL databases, but may need to be changed for others.
In this example we want to load()
from an Oracle database with the opportunity of locking the records
class person extends ADOdb_Active_Record { public $lockMode = ' FOR UPDATE NOWAIT'; }