ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilDBPdoMySQLGalera.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 require_once('class.ilDBPdoMySQLInnoDB.php');
5 
12 {
13 
17  public function supportsTransactions()
18  {
19  return true;
20  }
21 
22 
26  public function buildAtomQuery()
27  {
28  require_once('./Services/Database/classes/Atom/class.ilAtomQueryTransaction.php');
29 
30  return new ilAtomQueryTransaction($this);
31  }
32 }
Class ilAtomQueryTransaction.
Interface ilDBInterface.
Class ilDBPdoMySQLInnoDB.
Class ilDBPdoMySQLInnoDB.