ILIAS  release_8 Revision v8.24
interface.ilTableLockInterface.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
27{
32 public function lockSequence(bool $lock_bool): ilTableLockInterface;
33
38 public function aliasName(string $alias_name): ilTableLockInterface;
39}
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' 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...