ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilDBPdoMySQLGalera.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
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}
Class ilAtomQueryTransaction.
Class ilDBPdoMySQLInnoDB.
Class ilDBPdoMySQLInnoDB.
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...