|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilTableLockInterface. More...
Inheritance diagram for ilTableLockInterface:
Collaboration diagram for ilTableLockInterface:Public Member Functions | |
| lockSequence ($lock_bool) | |
| Set true/false whether you would like to lock an existing sequence-table, too Without lockSequence(true) sequences are not locked. More... | |
| aliasName ($alias_name) | |
| If you use Alias' in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock both of the original table and the alias-table. More... | |
Class ilTableLockInterface.
Defines methods, which a Table-Lock used in ilAtomQuery provides.
Definition at line 10 of file interface.ilTableLockInterface.php.
| ilTableLockInterface::aliasName | ( | $alias_name | ) |
If you use Alias' in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock both of the original table and the alias-table.
Provide the name of your alias here
| string | $alias_name |
Implemented in ilTableLock.
| ilTableLockInterface::lockSequence | ( | $lock_bool | ) |
Set true/false whether you would like to lock an existing sequence-table, too Without lockSequence(true) sequences are not locked.
| bool | $lock_bool |
Implemented in ilTableLock.