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

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
 

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().