ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Extended.php File Reference

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
 

Variable Documentation

◆ MDB2_AUTOQUERY_DELETE

const MDB2_AUTOQUERY_DELETE 3

Definition at line 58 of file Extended.php.

Referenced by MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().

◆ MDB2_AUTOQUERY_INSERT

const MDB2_AUTOQUERY_INSERT 1

Used by autoPrepare()

Definition at line 56 of file Extended.php.

Referenced by MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().

◆ MDB2_AUTOQUERY_SELECT

const MDB2_AUTOQUERY_SELECT 4

◆ MDB2_AUTOQUERY_UPDATE

const MDB2_AUTOQUERY_UPDATE 2

Definition at line 57 of file Extended.php.

Referenced by MDB2_Extended\buildManipSQL(), and ilDB\loadMDB2Extensions().