ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkConnection().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkFieldExists().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\checkTableExists().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\create().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\delete().
arConnector::fixDate | ( | string | $value | ) |
Definition at line 71 of file class.arConnector.php.
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\installDatabase().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\nextID().
|
abstract |
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\read().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\readSet().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\removeField().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\renameField().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\resetDatabase().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\truncateDatabase().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\update().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\updateDatabase().
|
abstract |
Reimplemented in arConnectorCache, arConnectorDB, and arConnectorSession.
Referenced by arConnectorCache\updateIndices().