ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilTableLockInterface Interface Reference

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...
 

Detailed Description

Class ilTableLockInterface.

Defines methods, which a Table-Lock used in ilAtomQuery provides.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 10 of file interface.ilTableLockInterface.php.

Member Function Documentation

◆ aliasName()

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

Parameters
string$alias_name
Returns
ilTableLockInterface

Implemented in ilTableLock.

◆ lockSequence()

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.

Parameters
bool$lock_bool
Returns
ilTableLockInterface

Implemented in ilTableLock.


The documentation for this interface was generated from the following file: