ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilTableLockInterface.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
aliasName(string $alias_name)
If you use Alias&#39; in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...