2 require_once(
'./Services/Database/exceptions/exception.ilAtomQueryException.php');
94 public function run();
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...
addTableLock($table_name)
Add table-names which are influenced by your queries, MyISAm has to lock those tables.
const ISOLATION_READ_COMMITED
const ISOLATION_REPEATED_READ
getIsolationLevel()
Returns the current Isolation-Level.
static checkIsolationLevel($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.