ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilTableLockInterface.php
Go to the documentation of this file.
1<?php
2
11{
12
20 public function lockSequence($lock_bool);
21
22
30 public function aliasName($alias_name);
31}
An exception for terminatinating execution or to throw for unit testing.
Class ilTableLockInterface.
lockSequence($lock_bool)
Set true/false whether you would like to lock an existing sequence-table, too Without lockSequence(tr...
aliasName($alias_name)
If you use Alias' in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...