ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | MDB2_Extended |
Namespaces | |
namespace | 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() | |
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().