3 declare(strict_types=1);
89 public function run(): void;
const ISOLATION_SERIALIZABLE
const ANO_NON_REPEATED_READ
addQueryCallable(callable $query)
Every action on the database during this isolation has to be passed as Callable to ilAtomQuery...
const ISOLATION_READ_COMMITED
const ISOLATION_REPEATED_READ
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...
getIsolationLevel()
Returns the current Isolation-Level.
addTableLock(string $table_name)
Add table-names which are influenced by your queries, MyISAm has to lock those tables.
static checkIsolationLevel(int $isolation_level)
const ISOLATION_READ_UNCOMMITED
replaceQueryCallable(callable $query)
Every action on the database during this isolation has to be passed as Callable to ilAtomQuery...
checkCallable(callable $query)
Provides a check if your callable is ready to be used in ilAtomQuery.