ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
DatabaseConnection.php
Go to the documentation of this file.
1 <?php
2 
32  function autoCommit($mode)
33  {
34  }
35 
51  function query($sql, $params = array())
52  {
53  }
54 
58  function begin()
59  {
60  }
61 
65  function commit()
66  {
67  }
68 
72  function rollback()
73  {
74  }
75 
91  function getOne($sql, $params = array())
92  {
93  }
94 
109  function getRow($sql, $params = array())
110  {
111  }
112 
126  function getAll($sql, $params = array())
127  {
128  }
129 }
130