3 declare(strict_types=1);
40 $this->ilDBInstance = $ilDBInterface;
51 if (!$this->
getTableName() || !$this->ilDBInstance->tableExists($this->getTableName())) {
setLockSequence(bool $lock_sequence)
const DB_ATOM_LOCK_TABLE_NONEXISTING
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const DB_ATOM_LOCK_WRONG_LEVEL
setLockLevel(int $lock_level)
ilDBInterface $ilDBInstance
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setChecked(bool $checked)
aliasName(string $alias_name)
If you use Alias' in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...
__construct(string $table_name, ilDBInterface $ilDBInterface)
ilTableLock constructor.
setTableName(string $table_name)