19 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
Class ilTableLockInterface Defines methods, which a Table-Lock used in ilAtomQuery provides...
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
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.