ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilDBPdoMySQLGalera.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
25
class
ilDBPdoMySQLGalera
extends
ilDBPdoMySQLInnoDB
26
{
27
#[\Override]
28
public
function
supportsTransactions
(): bool
29
{
30
return
true
;
31
}
32
33
#[\Override]
34
public
function
buildAtomQuery
():
ilAtomQuery
35
{
36
return
new
ilAtomQueryTransaction
($this);
37
}
38
}
ilAtomQueryTransaction
Class ilAtomQueryTransaction.
Definition:
class.ilAtomQueryTransaction.php:29
ilDBPdoMySQLGalera
Class ilDBPdoMySQLInnoDB.
Definition:
class.ilDBPdoMySQLGalera.php:26
ilDBPdoMySQLGalera\buildAtomQuery
buildAtomQuery()
Definition:
class.ilDBPdoMySQLGalera.php:34
ilDBPdoMySQLGalera\supportsTransactions
supportsTransactions()
Definition:
class.ilDBPdoMySQLGalera.php:28
ilDBPdoMySQLInnoDB
Class ilDBPdoMySQLInnoDB.
Definition:
class.ilDBPdoMySQLInnoDB.php:26
ilAtomQuery
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
Definition:
interface.ilAtomQuery.php:28
components
ILIAS
Database
classes
PDO
class.ilDBPdoMySQLGalera.php
Generated on Sat Oct 18 2025 23:02:55 for ILIAS by
1.9.4 (using
Doxyfile
)