ILIAS
Release_5_0_x_branch Revision 61816
|
Class arConnector. More...
Public Member Functions | |
nextID (ActiveRecord $ar) | |
checkConnection (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) | |
updateIndices (ActiveRecord $ar) |
|
abstract |
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorSession, and arConnectorDB.
|
abstract |
ActiveRecord | $ar | |
$field_name |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar | |
$fields |
Reimplemented in arConnectorSession, and arConnectorDB.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorSession, and arConnectorDB.
|
abstract |
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecordList | $arl |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar | |
$field_name |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar | |
$old_name | ||
$new_name |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorDB, and arConnectorSession.
|
abstract |
ActiveRecord | $ar |
Reimplemented in arConnectorSession, arConnectorDB, and arConnectorPdoDB.