MediaWiki  1.27.2
DatabaseBase Member List

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

$allViewsDatabaseBaseprotected
$delimiterDatabaseBaseprotected
$fileHandleDatabaseBaseprotected
$htmlErrorsDatabaseBaseprotected
$lazyMasterHandleDatabaseBaseprivate
$mConnDatabaseBaseprotected
$mDBnameDatabaseBase
$mDefaultBigSelectsDatabaseBaseprotected
$mDoneWritesDatabaseBaseprotected
$mFlagsDatabaseBaseprotected
$mForeignDatabaseBaseprotected
$mLastQueryDatabaseBaseprotected
$mLBInfoDatabaseBaseprotected
$mNamedLocksHeldDatabaseBaseprivate
$mOpenedDatabaseBaseprotected
$mPasswordDatabaseBase
$mPHPErrorDatabaseBaseprotected
$mSchemaDatabaseBaseprotected
$mSchemaVarsDatabaseBaseprotected
$mServerDatabaseBaseprotected
$mSessionVarsDatabaseBaseprotected
$mTablePrefixDatabaseBaseprotected
$mTrxAtomicLevelsDatabaseBaseprivate
$mTrxAutomaticDatabaseBaseprivate
$mTrxAutomaticAtomicDatabaseBaseprivate
$mTrxDoneWritesDatabaseBaseprivate
$mTrxFnameDatabaseBaseprivate
$mTrxIdleCallbacksDatabaseBaseprotected
$mTrxLevelDatabaseBaseprotected
$mTrxPreCommitCallbacksDatabaseBaseprotected
$mTrxShortIdDatabaseBaseprotected
$mTrxSlaveLagDatabaseBaseprivate
$mTrxTimestampDatabaseBaseprivate
$mTrxWriteCallersDatabaseBaseprivate
$mTrxWriteDurationDatabaseBaseprivate
$mUserDatabaseBase
$preparedArgsDatabaseBaseprotected
$srvCacheDatabaseBaseprotected
$trxProfilerDatabaseBaseprotected
__construct(array $params)DatabaseBase
__destruct()DatabaseBase
__sleep()DatabaseBase
__toString()DatabaseBase
addIdentifierQuotes($s)DatabaseBase
addQuotes($s)DatabaseBase
affectedRows()IDatabase
aggregateValue($valuedata, $valuename= 'value')DatabaseBase
anyChar()DatabaseBase
anyString()DatabaseBase
assertOpen()DatabaseBaseprotected
begin($fname=__METHOD__)DatabaseBase
bitAnd($fieldLeft, $fieldRight)DatabaseBase
bitNot($field)DatabaseBase
bitOr($fieldLeft, $fieldRight)DatabaseBase
bufferResults($buffer=null)DatabaseBase
buildConcat($stringList)DatabaseBase
buildGroupConcatField($delim, $table, $field, $conds= '', $join_conds=[])DatabaseBase
buildLike()DatabaseBase
cascadingDeletes()DatabaseBase
cleanupTriggers()DatabaseBase
clearFlag($flag)DatabaseBase
clearViewsCache()DatabaseBase
close()DatabaseBase
closeConnection()DatabaseBaseprotected
commit($fname=__METHOD__, $flush= '')DatabaseBase
conditional($cond, $trueVal, $falseVal)DatabaseBase
connectionErrorHandler($errno, $errstr)DatabaseBase
dataSeek($res, $row)IDatabase
dbSchema($schema=null)DatabaseBase
DEADLOCK_DELAY_MAXDatabaseBase
DEADLOCK_DELAY_MINDatabaseBase
DEADLOCK_TRIESDatabaseBase
deadlockLoop()DatabaseBase
debug($debug=null)DatabaseBase
decodeBlob($b)DatabaseBase
decodeExpiry($expiry, $format=TS_MW)DatabaseBase
delete($table, $conds, $fname=__METHOD__)DatabaseBase
deleteJoin($delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__)DatabaseBase
doAtomicSection($fname, $callback)DatabaseBase
doBegin($fname)DatabaseBaseprotected
doCommit($fname)DatabaseBaseprotected
doneWrites()DatabaseBase
doQuery($sql)DatabaseBaseprotected
doRollback($fname)DatabaseBaseprotected
dropTable($tableName, $fName=__METHOD__)DatabaseBase
duplicateTableStructure($oldName, $newName, $temporary=false, $fname=__METHOD__)DatabaseBase
encodeBlob($b)DatabaseBase
encodeExpiry($expiry)DatabaseBase
endAtomic($fname=__METHOD__)DatabaseBase
escapeLikeInternal($s)DatabaseBaseprotected
estimateRowCount($table, $vars= '*', $conds= '', $fname=__METHOD__, $options=[])DatabaseBase
execute($prepared, $args=null)DatabaseBase
factory($dbType, $p=[])DatabaseBasestatic
fetchObject($res)IDatabase
fetchRow($res)IDatabase
fieldExists($table, $field, $fname=__METHOD__)DatabaseBase
fieldInfo($table, $field)IDatabase
fieldName($res, $n)IDatabase
fieldNamesWithAlias($fields)DatabaseBase
fieldNameWithAlias($name, $alias=false)DatabaseBase
fillPrepared($preparedQuery, $args)DatabaseBase
fillPreparedArg($matches)DatabaseBaseprotected
freePrepared($prepared)DatabaseBaseprotected
freeResult($res)DatabaseBase
functionalIndexes()DatabaseBase
generalizeSQL($sql)DatabaseBaseprotectedstatic
getApproximateLagStatus()DatabaseBase
getCacheSetOptions(IDatabase $db1)DatabaseBasestatic
getDBname()DatabaseBase
getDefaultSchemaVars()DatabaseBaseprotected
getDelimiter()DatabaseBase
getFlag($flag)DatabaseBase
getInfinity()DatabaseBase
getLag()DatabaseBase
getLazyMasterHandle()DatabaseBase
getLBInfo($name=null)DatabaseBase
getLogContext(array $extras=[])DatabaseBaseprotected
getMasterPos()DatabaseBase
getProperty($name)DatabaseBase
getReadOnlyReason()DatabaseBaseprotected
getSchemaPath()DatabaseBase
getSchemaVars()DatabaseBaseprotected
getScopedLockAndFlush($lockKey, $fname, $timeout)DatabaseBase
getSearchEngine()DatabaseBase
getServer()DatabaseBase
getServerInfo()DatabaseBase
getServerUptime()DatabaseBase
getServerVersion()IDatabase
getSessionLagStatus()DatabaseBase
getSlavePos()DatabaseBase
getSoftwareLink()IDatabase
getSqlFilePath($filename)DatabaseBaseprivate
getTransactionLagStatus()DatabaseBase
getTransactionProfiler()DatabaseBaseprotected
getType()IDatabase
getUpdateKeysPath()DatabaseBase
getWikiID()DatabaseBase
ignoreErrors($ignoreErrors=null)DatabaseBaseprotected
implicitGroupby()DatabaseBase
implicitOrderby()DatabaseBase
indexExists($table, $index, $fname=__METHOD__)DatabaseBase
indexInfo($table, $index, $fname=__METHOD__)DatabaseBase
indexName($index)DatabaseBaseprotected
indexUnique($table, $index)DatabaseBase
insert($table, $a, $fname=__METHOD__, $options=[])DatabaseBase
insertId()IDatabase
insertSelect($destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=[], $selectOptions=[])DatabaseBase
installErrorHandler()DatabaseBaseprotected
isOpen()DatabaseBase
isQuotedIdentifier($name)DatabaseBase
isReadOnly()DatabaseBase
isTransactableQuery($sql)DatabaseBaseprotected
isView($name)DatabaseBase
isWriteQuery($sql)DatabaseBaseprotected
lastDoneWrites()DatabaseBase
lastErrno()IDatabase
lastError()IDatabase
lastQuery()DatabaseBase
limitResult($sql, $limit, $offset=false)DatabaseBase
listTables($prefix=null, $fname=__METHOD__)DatabaseBase
listViews($prefix=null, $fname=__METHOD__)DatabaseBase
lock($lockName, $method, $timeout=5)DatabaseBase
lockIsFree($lockName, $method)DatabaseBase
lockTables($read, $write, $method, $lowPriority=true)DatabaseBase
lowPriorityOption()DatabaseBase
makeGroupByWithHaving($options)DatabaseBase
makeInsertOptions($options)DatabaseBaseprotected
makeList($a, $mode=LIST_COMMA)DatabaseBase
makeOrderBy($options)DatabaseBase
makeSelectOptions($options)DatabaseBase
makeUpdateOptions($options)DatabaseBaseprotected
makeUpdateOptionsArray($options)DatabaseBaseprotected
makeWhereFrom2d($data, $baseKey, $subKey)DatabaseBase
masterPosWait(DBMasterPos $pos, $timeout)DatabaseBase
maxListLen()DatabaseBase
namedLocksEnqueue()DatabaseBase
nativeReplace($table, $rows, $fname)DatabaseBaseprotected
nextSequenceValue($seqName)DatabaseBase
numFields($res)IDatabase
numRows($res)IDatabase
onTransactionIdle($callback)DatabaseBase
onTransactionPreCommitOrIdle($callback)DatabaseBase
open($server, $user, $password, $dbName)IDatabase
patchPath($patch)DatabaseBase
pendingWriteCallers()DatabaseBase
pendingWriteQueryDuration()DatabaseBase
ping()DatabaseBase
prepare($sql, $func= 'DatabaseBase::prepare')DatabaseBaseprotected
query($sql, $fname=__METHOD__, $tempIgnore=false)DatabaseBase
realTimestamps()DatabaseBase
replace($table, $uniqueIndexes, $rows, $fname=__METHOD__)DatabaseBase
replaceVars($ins)DatabaseBaseprotected
reportConnectionError($error= 'Unknown error')DatabaseBase
reportQueryError($error, $errno, $sql, $fname, $tempIgnore=false)DatabaseBase
restoreErrorHandler()DatabaseBaseprotected
resultObject($result)DatabaseBaseprotected
rollback($fname=__METHOD__, $flush= '')DatabaseBase
runOnTransactionIdleCallbacks()DatabaseBaseprotected
runOnTransactionPreCommitCallbacks()DatabaseBaseprotected
searchableIPs()DatabaseBase
select($table, $vars, $conds= '', $fname=__METHOD__, $options=[], $join_conds=[])DatabaseBase
selectDB($db)DatabaseBase
selectField($table, $var, $cond= '', $fname=__METHOD__, $options=[])DatabaseBase
selectFieldValues($table, $var, $cond= '', $fname=__METHOD__, $options=[], $join_conds=[])DatabaseBase
IDatabase::selectFieldValues($table, $var, $cond= '', $fname=__METHOD__, $options=[])IDatabase
selectRow($table, $vars, $conds, $fname=__METHOD__, $options=[], $join_conds=[])DatabaseBase
selectRowCount($tables, $vars= '*', $conds= '', $fname=__METHOD__, $options=[], $join_conds=[])DatabaseBase
selectSQLText($table, $vars, $conds= '', $fname=__METHOD__, $options=[], $join_conds=[])DatabaseBase
setBigSelects($value=true)DatabaseBase
setFileHandle($fh)DatabaseBase
setFlag($flag)DatabaseBase
setLazyMasterHandle(IDatabase $conn)DatabaseBase
setLBInfo($name, $value=null)DatabaseBase
setSchemaVars($vars)DatabaseBase
setSessionOptions(array $options)DatabaseBase
setTransactionProfiler(TransactionProfiler $profiler)DatabaseBase
sourceFile($filename, $lineCallback=false, $resultCallback=false, $fname=false, $inputCallback=false)DatabaseBase
sourceStream($fp, $lineCallback=false, $resultCallback=false, $fname=__METHOD__, $inputCallback=false)DatabaseBase
startAtomic($fname=__METHOD__)DatabaseBase
streamStatementEnd(&$sql, &$newLine)DatabaseBase
strencode($s)DatabaseBase
strictIPs()DatabaseBase
strreplace($orig, $old, $new)DatabaseBase
tableExists($table, $fname=__METHOD__)DatabaseBase
tableName($name, $format= 'quoted')DatabaseBase
tableNames()DatabaseBase
tableNamesN()DatabaseBase
tableNamesWithAlias($tables)DatabaseBase
tableNamesWithUseIndexOrJOIN($tables, $use_index=[], $join_conds=[])DatabaseBaseprotected
tableNameWithAlias($name, $alias=false)DatabaseBase
tablePrefix($prefix=null)DatabaseBase
textFieldSize($table, $field)DatabaseBase
timestamp($ts=0)DatabaseBase
timestampOrNull($ts=null)DatabaseBase
trxLevel()DatabaseBase
trxTimestamp()DatabaseBase
unionQueries($sqls, $all)DatabaseBase
unionSupportsOrderAndLimit()DatabaseBase
unlock($lockName, $method)DatabaseBase
unlockTables($method)DatabaseBase
update($table, $values, $conds, $fname=__METHOD__, $options=[])DatabaseBase
upsert($table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)DatabaseBase
useIndexClause($index)DatabaseBase
wasConnectionError($errno)DatabaseBase
wasDeadlock()DatabaseBase
wasErrorReissuable()DatabaseBase
wasLockTimeout()DatabaseBase
wasReadOnlyError()DatabaseBase
writesOrCallbacksPending()DatabaseBase
writesPending()DatabaseBase