ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilTableLockInterface.php
Go to the documentation of this file.
1 <?php
2 
11 
19  public function lockSequence($lock_bool);
20 
21 
29  public function aliasName($alias_name);
30 }
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&#39; in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...
Class ilTableLockInterface.