MediaWiki
1.23.0
|
This is the complete list of members for ORMTable, including all inherited members.
$defaults | ORMTable | protected |
$fieldPrefix | ORMTable | protected |
$fields | ORMTable | protected |
$instanceCache | ORMTable | protectedstatic |
$readDb | ORMTable | protected |
$rowClass | ORMTable | protected |
$tableName | ORMTable | protected |
$wiki | DBAccessBase | protected |
__construct( $tableName='', array $fields=array(), array $defaults=array(), $rowClass=null, $fieldPrefix='') | ORMTable | |
DBAccessBase::__construct( $wiki=false) | DBAccessBase | |
addToField(array $conditions, $field, $amount) | ORMTable | |
canHaveField( $name) | ORMTable | |
count(array $conditions=array(), array $options=array()) | ORMTable | |
delete(array $conditions, $functionName=null) | ORMTable | |
exists() | ORMTable | |
getAPIParams( $requireParams=false, $setDefaults=false) | ORMTable | |
getConnection( $id, $groups=array()) | DBAccessBase | protected |
getDefaults() | ORMTable | |
getFieldDescriptions() | ORMTable | |
getFieldNames() | ORMTable | |
getFieldPrefix() | ORMTable | protected |
getFields() | ORMTable | |
getFieldsFromDBResult(stdClass $result) | ORMTable | |
DBAccessBase::getLoadBalancer() | DBAccessBase | |
IORMTable::getLoadBalancer() | IORMTable | |
getName() | ORMTable | |
getPrefixedField( $field) | ORMTable | |
getPrefixedFields(array $fields) | ORMTable | |
getPrefixedValues(array $values) | ORMTable | |
getReadDb() | ORMTable | |
getReadDbConnection() | ORMTable | |
getRowClass() | ORMTable | |
getSummaryFields() | ORMTable | |
getTargetWiki() | ORMTable | |
getWriteDbConnection() | ORMTable | |
getWriteValues(IORMRow $row) | ORMTable | protected |
has(array $conditions=array()) | ORMTable | |
insertRow(IORMRow $row, $functionName=null, array $options=null) | ORMTable | |
newFromArray(array $data, $loadDefaults=false) | ORMTable | |
newFromDBResult(stdClass $result) | ORMTable | |
newRow(array $fields, $loadDefaults=false) | ORMTable | |
newRowFromDBResult(stdClass $result) | ORMTable | |
rawSelect( $fields=null, array $conditions=array(), array $options=array(), $functionName=null) | ORMTable | |
rawSelectRow(array $fields, array $conditions=array(), array $options=array(), $functionName=null) | ORMTable | |
READ_LATEST | IDBAccessObject | |
READ_LOCKING | IDBAccessObject | |
READ_NONE | IDBAccessObject | |
READ_NORMAL | IDBAccessObject | |
releaseConnection(DatabaseBase $db) | ORMTable | |
removeRow(IORMRow $row, $functionName=null) | ORMTable | |
select( $fields=null, array $conditions=array(), array $options=array(), $functionName=null) | ORMTable | |
selectFields( $fields=null, array $conditions=array(), array $options=array(), $collapse=true, $functionName=null) | ORMTable | |
selectFieldsRow( $fields=null, array $conditions=array(), array $options=array(), $collapse=true, $functionName=null) | ORMTable | |
selectObjects( $fields=null, array $conditions=array(), array $options=array(), $functionName=null) | ORMTable | |
selectRow( $fields=null, array $conditions=array(), array $options=array(), $functionName=null) | ORMTable | |
setReadDb( $db) | ORMTable | |
setTargetWiki( $wiki) | ORMTable | |
singleton() | ORMTable | static |
unprefixFieldName( $fieldName) | ORMTable | |
unprefixFieldNames(array $fieldNames) | ORMTable | |
update(array $values, array $conditions=array()) | ORMTable | |
updateRow(IORMRow $row, $functionName=null) | ORMTable | |
updateSummaryFields( $summaryFields=null, array $conditions=array()) | ORMTable |