|
ILIAS
Release_5_0_x_branch Revision 61816
|
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 |
|
static |
|
protected |
Reimplemented from arConnectorDB.
Definition at line 22 of file class.arConnectorPdoDB.php.
References $pbo_connect.
| arConnectorPdoDB::updateIndices | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arConnectorDB.
Definition at line 44 of file class.arConnectorPdoDB.php.
|
staticprotected |
Definition at line 15 of file class.arConnectorPdoDB.php.
Referenced by getConnector(), and returnDB().
|
protected |
Definition at line 16 of file class.arConnectorPdoDB.php.