ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
GaleraDetails.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Database\PDO;
22
23use ilAtomQuery;
26
27class GaleraDetails implements Details
28{
29 #[\Override]
30 public function supportsTransactions(): bool
31 {
32 return true;
33 }
34
35 #[\Override]
37 {
38 return new ilAtomQueryTransaction($db);
39 }
40}
Class ilAtomQueryTransaction.
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
Definition: ilAtomQuery.php:28
Interface ilDBInterface.