ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Data Structures | |
class | MDB2_Extended |
Namespaces | |
namespace | MDB2 |
The main 'MDB2' class is simply a container class with some static methods for creating DB objects as well as some utility functions common to all parts of DB. | |
Variables | |
const | MDB2_AUTOQUERY_INSERT 1 |
Used by autoPrepare() More... | |
const | MDB2_AUTOQUERY_UPDATE 2 |
const | MDB2_AUTOQUERY_DELETE 3 |
const | MDB2_AUTOQUERY_SELECT 4 |
const MDB2_AUTOQUERY_DELETE 3 |
Definition at line 58 of file Extended.php.
Referenced by MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().
const MDB2_AUTOQUERY_INSERT 1 |
Used by autoPrepare()
Definition at line 56 of file Extended.php.
Referenced by MDB2_Extended\buildManipSQL(), ilDB\loadMDB2Extensions(), and Auth_OpenID_MDB2Store\useNonce().
const MDB2_AUTOQUERY_SELECT 4 |
Definition at line 59 of file Extended.php.
Referenced by MDB2_Extended\autoExecute(), MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().
const MDB2_AUTOQUERY_UPDATE 2 |
Definition at line 57 of file Extended.php.
Referenced by MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().