ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
arConnectorPdoDB Class Reference

Class arConnectorDB. More...

+ Inheritance diagram for arConnectorPdoDB:
+ Collaboration diagram for arConnectorPdoDB:

Public Member Functions

 updateIndices (ActiveRecord $ar)
- Public Member Functions inherited from arConnectorDB
 checkConnection (ActiveRecord $ar)
 nextID (ActiveRecord $ar)
 installDatabase (ActiveRecord $ar, $fields)
 updateDatabase (ActiveRecord $ar)
 resetDatabase (ActiveRecord $ar)
 truncateDatabase (ActiveRecord $ar)
 checkTableExists (ActiveRecord $ar)
 checkFieldExists (ActiveRecord $ar, $field_name)
 removeField (ActiveRecord $ar, $field_name)
 renameField (ActiveRecord $ar, $old_name, $new_name)
 create (ActiveRecord $ar)
 read (ActiveRecord $ar)
 update (ActiveRecord $ar)
 delete (ActiveRecord $ar)
 readSet (ActiveRecordList $arl)
 affectedRows (ActiveRecordList $arl)
 quote ($value, $type)

Static Public Member Functions

static getConnector ()

Protected Member Functions

 returnDB ()
- Protected Member Functions inherited from arConnectorDB
 buildQuery (ActiveRecordList $arl)

Protected Attributes

 $pdo_connect

Static Protected Attributes

static $pbo_connect

Detailed Description

Member Function Documentation

static arConnectorPdoDB::getConnector ( )
static
Returns
mixed

Definition at line 34 of file class.arConnectorPdoDB.php.

References $pbo_connect.

{
}
arConnectorPdoDB::returnDB ( )
protected
Returns
ilDB

Reimplemented from arConnectorDB.

Definition at line 22 of file class.arConnectorPdoDB.php.

References $pbo_connect.

{
if (!self::$pbo_connect) {
self::$pbo_connect = new pdoDB();
}
}
arConnectorPdoDB::updateIndices ( ActiveRecord  $ar)
Parameters
ActiveRecord$ar
Returns
null|void

Reimplemented from arConnectorDB.

Definition at line 44 of file class.arConnectorPdoDB.php.

{
return NULL;
}

Field Documentation

arConnectorPdoDB::$pbo_connect
staticprotected

Definition at line 15 of file class.arConnectorPdoDB.php.

Referenced by getConnector(), and returnDB().

arConnectorPdoDB::$pdo_connect
protected

Definition at line 16 of file class.arConnectorPdoDB.php.


The documentation for this class was generated from the following file: