MediaWiki REL1_28
Database Member List

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

$agentDatabaseprotected
$cliModeDatabaseprotected
$connLoggerDatabaseprotected
$currentDomainDatabaseprotected
$delimiterDatabaseprotected
$errorLoggerDatabaseprotected
$htmlErrorsDatabaseprotected
$lastPingDatabaseprotected
$lazyMasterHandleDatabaseprivate
$mConnDatabaseprotected
$mDBnameDatabaseprotected
$mDefaultBigSelectsDatabaseprotected
$mFlagsDatabaseprotected
$mLastQueryDatabaseprotected
$mLastWriteTimeDatabaseprotected
$mLBInfoDatabaseprotected
$mNamedLocksHeldDatabaseprivate
$mOpenedDatabaseprotected
$mPasswordDatabaseprotected
$mPHPErrorDatabaseprotected
$mRTTEstimateDatabaseprivate
$mSchemaDatabaseprotected
$mSchemaVarsDatabaseprotected
$mServerDatabaseprotected
$mSessionTempTablesDatabaseprotected
$mSessionVarsDatabaseprotected
$mTablePrefixDatabaseprotected
$mTrxAtomicLevelsDatabaseprivate
$mTrxAutomaticDatabaseprivate
$mTrxAutomaticAtomicDatabaseprivate
$mTrxDoneWritesDatabaseprivate
$mTrxEndCallbacksDatabaseprotected
$mTrxEndCallbacksSuppressedDatabaseprotected
$mTrxFnameDatabaseprivate
$mTrxIdleCallbacksDatabaseprotected
$mTrxLevelDatabaseprotected
$mTrxPreCommitCallbacksDatabaseprotected
$mTrxRecurringCallbacksDatabaseprotected
$mTrxReplicaLagDatabaseprivate
$mTrxShortIdDatabaseprotected
$mTrxTimestampDatabaseprivate
$mTrxWriteAdjDurationDatabaseprivate
$mTrxWriteAdjQueryCountDatabaseprivate
$mTrxWriteCallersDatabaseprivate
$mTrxWriteDurationDatabaseprivate
$mTrxWriteQueryCountDatabaseprivate
$mUserDatabaseprotected
$preparedArgsDatabaseprotected
$priorFlagsDatabaseprivate
$profilerDatabaseprotected
$queryLoggerDatabaseprotected
$srvCacheDatabaseprotected
$tableAliasesDatabaseprotected
$trxProfilerDatabaseprotected
__clone()Database
__construct(array $params)Database
__destruct()Database
__sleep()Database
__toString()Database
addIdentifierQuotes( $s)Database
addQuotes( $s)Database
affectedRows()IDatabase
aggregateValue( $valuedata, $valuename='value')Database
anyChar()Database
anyString()Database
assertOpen()Databaseprotected
begin( $fname=__METHOD__, $mode=self::TRANSACTION_EXPLICIT)Database
bitAnd( $fieldLeft, $fieldRight)Database
bitNot( $field)Database
bitOr( $fieldLeft, $fieldRight)Database
bufferResults( $buffer=null)Database
buildConcat( $stringList)Database
buildGroupConcatField( $delim, $table, $field, $conds='', $join_conds=[])Database
buildLike()Database
buildStringCast( $field)Database
canRecoverFromDisconnect( $sql, $priorWritesPending)Databaseprivate
clearFlag( $flag, $remember=self::REMEMBER_NOTHING)Database
close()Database
closeConnection()Databaseprotected
commit( $fname=__METHOD__, $flush='')Database
conditional( $cond, $trueVal, $falseVal)Database
connectionErrorLogger( $errno, $errstr)Database
dataSeek( $res, $row)IDatabase
dbSchema( $schema=null)Database
DEADLOCK_DELAY_MAXDatabase
DEADLOCK_DELAY_MINDatabase
DEADLOCK_TRIESDatabase
deadlockLoop()Database
decodeBlob( $b)Database
decodeExpiry( $expiry, $format=TS_MW)Database
delete( $table, $conds, $fname=__METHOD__)Database
deleteJoin( $delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__)Database
doAtomicSection( $fname, callable $callback)Database
doBegin( $fname)Databaseprotected
doCommit( $fname)Databaseprotected
doneWrites()Database
doProfiledQuery( $sql, $commentedSql, $isWrite, $fname)Databaseprivate
doQuery( $sql)Databaseprotected
doRollback( $fname)Databaseprotected
dropTable( $tableName, $fName=__METHOD__)Database
duplicateTableStructure( $oldName, $newName, $temporary=false, $fname=__METHOD__)Database
encodeBlob( $b)Database
encodeExpiry( $expiry)Database
endAtomic( $fname=__METHOD__)Database
escapeLikeInternal( $s)Databaseprotected
estimateRowCount( $table, $vars=' *', $conds='', $fname=__METHOD__, $options=[])Database
explicitTrxActive()Database
factory( $dbType, $p=[])Databasestatic
fetchObject( $res)IDatabase
fetchRow( $res)IDatabase
fieldExists( $table, $field, $fname=__METHOD__)Database
fieldInfo( $table, $field)IDatabase
fieldName( $res, $n)IDatabase
fieldNamesWithAlias( $fields)Databaseprotected
fieldNameWithAlias( $name, $alias=false)Databaseprotected
flushSnapshot( $fname=__METHOD__)Database
freeResult( $res)Database
generalizeSQL( $sql)Databaseprotectedstatic
getApproximateLagStatus()Databaseprotected
getBindingHandle()Databaseprotected
getCacheSetOptions(IDatabase $db1)Databasestatic
getDBname()Database
getDefaultSchemaVars()Databaseprotected
getDomainID()Database
getFlag( $flag)Database
getInfinity()Database
getLag()Database
getLastPHPError()Databaseprotected
getLazyMasterHandle()Databaseprotected
getLBInfo( $name=null)Database
getLogContext(array $extras=[])Databaseprotected
getMasterPos()Database
getProperty( $name)Database
getQueryVerb( $sql)Databaseprotected
getReadOnlyReason()Databaseprotected
getReplicaPos()Database
getSchemaVars()Databaseprotected
getScopedLockAndFlush( $lockKey, $fname, $timeout)Database
getSearchEngine()Database
getServer()Database
getServerInfo()Database
getServerUptime()Database
getServerVersion()IDatabase
getSessionLagStatus()Database
getSoftwareLink()IDatabase
getTransactionLagStatus()Databaseprotected
getType()IDatabase
getWikiID()Database
handleSessionLoss()Databaseprivate
ignoreErrors( $ignoreErrors=null)Databaseprotected
ignoreIndexClause( $index)Database
implicitGroupby()Database
implicitOrderby()Database
indexExists( $table, $index, $fname=__METHOD__)Database
indexInfo( $table, $index, $fname=__METHOD__)Database
indexName( $index)Databaseprotected
indexUnique( $table, $index)Database
insert( $table, $a, $fname=__METHOD__, $options=[])Database
insertId()IDatabase
insertSelect( $destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=[], $selectOptions=[])Database
installErrorHandler()Databaseprotected
isOpen()Database
isQuotedIdentifier( $name)Database
isReadOnly()Database
isTransactableQuery( $sql)Databaseprotected
isWriteQuery( $sql)Databaseprotected
lastDoneWrites()Database
lastErrno()IDatabase
lastError()IDatabase
lastQuery()Database
limitResult( $sql, $limit, $offset=false)Database
listTables( $prefix=null, $fname=__METHOD__)Database
listViews( $prefix=null, $fname=__METHOD__)Database
lock( $lockName, $method, $timeout=5)Database
lockIsFree( $lockName, $method)Database
lockTables( $read, $write, $method, $lowPriority=true)Database
makeGroupByWithHaving( $options)Databaseprotected
makeInsertOptions( $options)Databaseprotected
makeList( $a, $mode=self::LIST_COMMA)Database
makeOrderBy( $options)Databaseprotected
makeSelectOptions( $options)Databaseprotected
makeUpdateOptions( $options)Databaseprotected
makeUpdateOptionsArray( $options)Databaseprotected
makeWhereFrom2d( $data, $baseKey, $subKey)Database
masterPosWait(DBMasterPos $pos, $timeout)Database
maxListLen()Database
namedLocksEnqueue()Database
nativeInsertSelect( $destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=[], $selectOptions=[])Databaseprotected
nativeReplace( $table, $rows, $fname)Databaseprotected
nextSequenceValue( $seqName)Database
numFields( $res)IDatabase
numRows( $res)IDatabase
onTransactionIdle(callable $callback, $fname=__METHOD__)Database
onTransactionPreCommitOrIdle(callable $callback, $fname=__METHOD__)Database
onTransactionResolution(callable $callback, $fname=__METHOD__)Database
open( $server, $user, $password, $dbName)IDatabase
pendingWriteAndCallbackCallers()Databaseprotected
pendingWriteCallers()Database
pendingWriteQueryDuration( $type=self::ESTIMATE_TOTAL)Database
ping(&$rtt=null)Database
PING_QUERYDatabase
PING_TTLDatabase
prependDatabaseOrSchema( $namespace, $relation, $format)Databaseprivate
query( $sql, $fname=__METHOD__, $tempIgnore=false)Database
reconnect()Databaseprotected
registerTempTableOperation( $sql)Databaseprotected
replace( $table, $uniqueIndexes, $rows, $fname=__METHOD__)Database
replaceVars( $ins)Databaseprotected
reportConnectionError( $error='Unknown error')Database
reportQueryError( $error, $errno, $sql, $fname, $tempIgnore=false)Database
requiresDatabaseUser()Databaseprotected
restoreErrorHandler()Databaseprotected
restoreFlags( $state=self::RESTORE_PRIOR)Database
resultObject( $result)Databaseprotected
rollback( $fname=__METHOD__, $flush='')Database
runOnTransactionIdleCallbacks( $trigger)Database
runOnTransactionPreCommitCallbacks()Database
runTransactionListenerCallbacks( $trigger)Database
select( $table, $vars, $conds='', $fname=__METHOD__, $options=[], $join_conds=[])Database
selectDB( $db)Database
selectField( $table, $var, $cond='', $fname=__METHOD__, $options=[])Database
selectFieldValues( $table, $var, $cond='', $fname=__METHOD__, $options=[], $join_conds=[])Database
IDatabase::selectFieldValues( $table, $var, $cond='', $fname=__METHOD__, $options=[])IDatabase
selectRow( $table, $vars, $conds, $fname=__METHOD__, $options=[], $join_conds=[])Database
selectRowCount( $tables, $vars=' *', $conds='', $fname=__METHOD__, $options=[], $join_conds=[])Database
selectSQLText( $table, $vars, $conds='', $fname=__METHOD__, $options=[], $join_conds=[])Database
serverIsReadOnly()Database
setBigSelects( $value=true)Database
setFlag( $flag, $remember=self::REMEMBER_NOTHING)Database
setLazyMasterHandle(IDatabase $conn)Database
setLBInfo( $name, $value=null)Database
setLogger(LoggerInterface $logger)Database
setSchemaVars( $vars)Database
setSessionOptions(array $options)Database
setTableAliases(array $aliases)Database
setTransactionListener( $name, callable $callback=null)Database
setTrxEndCallbackSuppression( $suppress)Database
SLOW_WRITE_SECDatabase
SMALL_WRITE_ROWSDatabase
sourceFile( $filename, callable $lineCallback=null, callable $resultCallback=null, $fname=false, callable $inputCallback=null)Database
sourceStream( $fp, callable $lineCallback=null, callable $resultCallback=null, $fname=__METHOD__, callable $inputCallback=null)Database
startAtomic( $fname=__METHOD__)Database
streamStatementEnd(&$sql, &$newLine)Database
strencode( $s)Database
strreplace( $orig, $old, $new)Database
tableExists( $table, $fname=__METHOD__)Database
tableName( $name, $format='quoted')Database
tableNames()Database
tableNamesN()Database
tableNamesWithAlias( $tables)Databaseprotected
tableNamesWithIndexClauseOrJOIN( $tables, $use_index=[], $ignore_index=[], $join_conds=[])Databaseprotected
tableNameWithAlias( $name, $alias=false)Databaseprotected
tablePrefix( $prefix=null)Database
textFieldSize( $table, $field)Database
timestamp( $ts=0)Database
timestampOrNull( $ts=null)Database
TINY_WRITE_SECDatabase
trxLevel()Database
trxTimestamp()Database
unionQueries( $sqls, $all)Database
unionSupportsOrderAndLimit()Database
unlock( $lockName, $method)Database
unlockTables( $method)Database
update( $table, $values, $conds, $fname=__METHOD__, $options=[])Database
updateTrxWriteQueryTime( $sql, $runtime)Databaseprivate
upsert( $table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)Database
useIndexClause( $index)Database
wasConnectionError( $errno)Database
wasDeadlock()Database
wasErrorReissuable()Database
wasLockTimeout()Database
wasReadOnlyError()Database
writesOrCallbacksPending()Database
writesPending()Database