ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
interface.ilTableLockInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
32  public function lockSequence(bool $lock_bool): ilTableLockInterface;
33 
38  public function aliasName(string $alias_name): ilTableLockInterface;
39 }
lockSequence(bool $lock_bool)
Set true/false whether you would like to lock an existing sequence-table, too Without lockSequence(tr...
Class ilTableLockInterface Defines methods, which a Table-Lock used in ilAtomQuery provides...
aliasName(string $alias_name)
If you use Alias&#39; in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...