ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
class | MDB2_Extended |
Namespaces | |
MDB2 | |
Several methods to convert the MDB2 native timestamp format (ISO based) to and from data structures that are convenient to worth with in side of php. | |
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(), and ilDB\loadMDB2Extensions().
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().