ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
Details.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Database\PDO
;
22
23
use
ilDBInterface
;
24
use
ilAtomQuery
;
25
26
interface
Details
27
{
28
public
function
supportsTransactions
(): bool;
29
public
function
atomQuery
(
ilDBInterface
$db
):
ilAtomQuery
;
30
}
ILIAS\$db
$db
Definition:
class.ilias.php:60
ILIAS\Database\PDO\Details
Definition:
Details.php:27
ILIAS\Database\PDO\Details\atomQuery
atomQuery(ilDBInterface $db)
ILIAS\Database\PDO\Details\supportsTransactions
supportsTransactions()
ilAtomQuery
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
Definition:
ilAtomQuery.php:28
ilDBInterface
Interface ilDBInterface.
Definition:
ilDBInterface.php:30
ILIAS\Database\PDO
Definition:
Details.php:21
components
ILIAS
Database
classes
PDO
Details.php
Generated on Wed Apr 8 2026 23:04:41 for ILIAS by
1.9.4 (using
Doxyfile
)