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