ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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...