|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for arConnector:
Collaboration diagram for arConnector:Public Member Functions | |
| nextID (ActiveRecord $activeRecord) | |
| checkConnection (ActiveRecord $activeRecord) | |
| installDatabase (ActiveRecord $activeRecord, array $fields) | |
| updateDatabase (ActiveRecord $activeRecord) | |
| resetDatabase (ActiveRecord $activeRecord) | |
| truncateDatabase (ActiveRecord $activeRecord) | |
| checkTableExists (ActiveRecord $activeRecord) | |
| checkFieldExists (ActiveRecord $activeRecord, string $field_name) | |
| removeField (ActiveRecord $activeRecord, string $field_name) | |
| renameField (ActiveRecord $activeRecord, string $old_name, string $new_name) | |
| create (ActiveRecord $activeRecord) | |
| read (ActiveRecord $activeRecord) | |
| update (ActiveRecord $activeRecord) | |
| delete (ActiveRecord $activeRecord) | |
| readSet (ActiveRecordList $activeRecordList) | |
| affectedRows (ActiveRecordList $activeRecordList) | |
| quote (mixed $value, string $type) | |
| updateIndices (ActiveRecord $activeRecord) | |
| fixDate (string $value) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arConnector
Definition at line 24 of file class.arConnector.php.
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\affectedRows().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkConnection().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkFieldExists().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkTableExists().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\create().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\delete().
Here is the caller graph for this function:| arConnector::fixDate | ( | string | $value | ) |
Definition at line 71 of file class.arConnector.php.
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\installDatabase().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\nextID().
Here is the caller graph for this function:
|
abstract |
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\read().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\readSet().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\removeField().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\renameField().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\resetDatabase().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\truncateDatabase().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\update().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\updateDatabase().
Here is the caller graph for this function:
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\updateIndices().
Here is the caller graph for this function: