MediaWiki  1.23.8
TestORMTable Member List

This is the complete list of members for TestORMTable, including all inherited members.

$defaultsORMTableprotected
$fieldPrefixORMTableprotected
$fieldsORMTableprotected
$instanceCacheORMTableprotectedstatic
$readDbORMTableprotected
$rowClassORMTableprotected
$tableNameORMTableprotected
$wikiDBAccessBaseprotected
__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())DBAccessBaseprotected
getDefaults()ORMTable
getFieldDescriptions()ORMTable
getFieldNames()ORMTable
getFieldPrefix()TestORMTableprotected
getFields()TestORMTable
getFieldsFromDBResult(stdClass $result)ORMTable
DBAccessBase::getLoadBalancer()DBAccessBase
IORMTable::getLoadBalancer()IORMTable
getName()TestORMTable
getPrefixedField( $field)ORMTable
getPrefixedFields(array $fields)ORMTable
getPrefixedValues(array $values)ORMTable
getReadDb()ORMTable
getReadDbConnection()ORMTable
getRowClass()TestORMTable
getSummaryFields()ORMTable
getTargetWiki()ORMTable
getWriteDbConnection()ORMTable
getWriteValues(IORMRow $row)ORMTableprotected
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_LATESTIDBAccessObject
READ_LOCKINGIDBAccessObject
READ_NONEIDBAccessObject
READ_NORMALIDBAccessObject
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()ORMTablestatic
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