ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
InnoDBDetails.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Database\PDO;
22
24use PDO;
27use ilDBManager;
28use ilDBReverse;
32use PDOException;
34use Exception;
35use ilAtomQuery;
37
41class InnoDBDetails implements Details
42{
43 #[\Override]
44 public function supportsTransactions(): bool
45 {
46 return false;
47 }
48
49 #[\Override]
51 {
52 return new ilAtomQueryLock($db);
53 }
54}
Class ilAtomQueryLock.
Class ilDBConstants.
Class ilDBPdoManager.
Class ilDBPdoMySQLFieldDefinition.
Class ilDBPdoReverse.
Class ilDatabaseException.
Interface ilAtomQuery Use ilAtomQuery to fire Database-Actions which have to be done without beeing i...
Definition: ilAtomQuery.php:28
Interface ilDBInterface.
Interface ilDBManager.
Definition: ilDBManager.php:28
Interface ilDBReverse.
Definition: ilDBReverse.php:27