ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
interface.ilTableLockInterface.php
Go to the documentation of this file.
1
<?php
2
10
interface
ilTableLockInterface
11
{
12
20
public
function
lockSequence
($lock_bool);
21
22
30
public
function
aliasName
($alias_name);
31
}
ilTableLockInterface\lockSequence
lockSequence($lock_bool)
Set true/false whether you would like to lock an existing sequence-table, too Without lockSequence(tr...
ilTableLockInterface\aliasName
aliasName($alias_name)
If you use Alias' in your Queries which have to be locked by ilAtomQuery, "LOCK TABLE" needs to lock ...
ilTableLockInterface
Class ilTableLockInterface.
Definition:
interface.ilTableLockInterface.php:10
Services
Database
interfaces
interface.ilTableLockInterface.php
Generated on Tue Jan 28 2025 19:01:34 for ILIAS by
1.8.13 (using
Doxyfile
)