MediaWiki  1.23.12
DatabaseMysql Member List

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

$allViewsDatabaseBaseprotected
$delimiterDatabaseBaseprotected
$fileHandleDatabaseBaseprotected
$htmlErrorsDatabaseBaseprotected
$lastKnownSlavePosDatabaseMysqlBaseprotected
$mConnDatabaseBaseprotected
$mDBnameDatabaseBase
$mDefaultBigSelectsDatabaseBaseprotected
$mDoneWritesDatabaseBaseprotected
$mErrorCountDatabaseBaseprotected
$mFakeMasterDatabaseMysqlBaseprotected
$mFakeSlaveLagDatabaseMysqlBaseprotected
$mFlagsDatabaseBaseprotected
$mForeignDatabaseBaseprotected
$mLastQueryDatabaseBaseprotected
$mLBInfoDatabaseBaseprotected
$mOpenedDatabaseBaseprotected
$mPasswordDatabaseBase
$mPHPErrorDatabaseBaseprotected
$mSchemaDatabaseBaseprotected
$mSchemaVarsDatabaseBaseprotected
$mServerDatabaseBaseprotected
$mTablePrefixDatabaseBaseprotected
$mTrxAtomicLevelsDatabaseBaseprivate
$mTrxAutomaticDatabaseBaseprivate
$mTrxAutomaticAtomicDatabaseBaseprivate
$mTrxDoneWritesDatabaseBaseprivate
$mTrxFnameDatabaseBaseprivate
$mTrxIdleCallbacksDatabaseBaseprotected
$mTrxLevelDatabaseBaseprotected
$mTrxPreCommitCallbacksDatabaseBaseprotected
$mUserDatabaseBase
$preparedArgsDatabaseBaseprotected
__construct( $params=null)DatabaseBase
__destruct()DatabaseBase
__sleep()DatabaseBase
__toString()DatabaseBase
addIdentifierQuotes( $s)DatabaseMysqlBase
addQuotes( $s)DatabaseBase
affectedRows()DatabaseMysql
aggregateValue( $valuedata, $valuename='value')DatabaseBase
anyChar()DatabaseBase
anyString()DatabaseBase
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=array())DatabaseBase
buildLike()DatabaseBase
cascadingDeletes()DatabaseBase
cleanupTriggers()DatabaseBase
clearFlag( $flag)DatabaseBase
clearViewsCache()DatabaseBase
close()DatabaseBase
closeConnection()DatabaseMysqlprotected
commit( $fname=__METHOD__, $flush='')DatabaseBase
conditional( $cond, $trueVal, $falseVal)DatabaseBase
connectInitCharset()DatabaseMysqlBaseprotected
connectionErrorHandler( $errno, $errstr)DatabaseBase
dataSeek( $res, $row)DatabaseMysqlBase
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__)DatabaseMysqlBase
doBegin( $fname)DatabaseBaseprotected
doCommit( $fname)DatabaseBaseprotected
doneWrites()DatabaseBase
doQuery( $sql)DatabaseMysqlprotected
doRollback( $fname)DatabaseBaseprotected
dropTable( $tableName, $fName=__METHOD__)DatabaseMysqlBase
duplicateTableStructure( $oldName, $newName, $temporary=false, $fname=__METHOD__)DatabaseMysqlBase
encodeBlob( $b)DatabaseBase
encodeExpiry( $expiry)DatabaseBase
endAtomic( $fname=__METHOD__)DatabaseBase
errorCount( $count=null)DatabaseBase
escapeLikeInternal( $s)DatabaseBaseprotected
estimateRowCount( $table, $vars=' *', $conds='', $fname=__METHOD__, $options=array())DatabaseMysqlBase
execute( $prepared, $args=null)DatabaseBase
factory( $dbType, $p=array())DatabaseBasestatic
fetchObject( $res)DatabaseMysqlBase
fetchRow( $res)DatabaseMysqlBase
fieldExists( $table, $field, $fname=__METHOD__)DatabaseBase
fieldInfo( $table, $field)DatabaseMysqlBase
fieldName( $res, $n)DatabaseMysqlBase
fieldNamesWithAlias( $fields)DatabaseBase
fieldNameWithAlias( $name, $alias=false)DatabaseBase
fieldType( $res, $n)DatabaseMysqlBase
fillPrepared( $preparedQuery, $args)DatabaseBase
fillPreparedArg( $matches)DatabaseBaseprotected
freePrepared( $prepared)DatabaseBaseprotected
freeResult( $res)DatabaseMysqlBase
functionalIndexes()DatabaseBase
generalizeSQL( $sql)DatabaseBasestatic
getDBname()DatabaseBase
getDefaultSchemaVars()DatabaseMysqlBaseprotected
getDelimiter()DatabaseBase
getFlag( $flag)DatabaseBase
getInfinity()DatabaseBase
getLag()DatabaseMysqlBase
getLagFromProcesslist()DatabaseMysqlBase
getLagFromSlaveStatus()DatabaseMysqlBase
getLBInfo( $name=null)DatabaseBase
getMasterPos()DatabaseMysqlBase
getMysqlStatus( $which="%")DatabaseMysqlBase
getProperty( $name)DatabaseBase
getSchemaPath()DatabaseBase
getSchemaVars()DatabaseBaseprotected
getSearchEngine()DatabaseMysqlBase
getServer()DatabaseBase
getServerInfo()DatabaseBase
getServerUptime()DatabaseMysqlBase
getServerVersion()DatabaseMysql
getSlavePos()DatabaseMysqlBase
getSoftwareLink()DatabaseMysqlBase
getType()DatabaseMysqlBase
getWikiID()DatabaseBase
ignoreErrors( $ignoreErrors=null)DatabaseBase
implicitGroupby()DatabaseBase
implicitOrderby()DatabaseBase
indexExists( $table, $index, $fname=__METHOD__)DatabaseBase
indexInfo( $table, $index, $fname=__METHOD__)DatabaseMysqlBase
indexName( $index)DatabaseBaseprotected
indexNameCallback( $matches)DatabaseBaseprotected
indexUnique( $table, $index)DatabaseBase
insert( $table, $a, $fname=__METHOD__, $options=array())DatabaseBase
insertId()DatabaseMysql
insertSelect( $destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=array(), $selectOptions=array())DatabaseBase
installErrorHandler()DatabaseBaseprotected
isOpen()DatabaseBase
isQuotedIdentifier( $name)DatabaseMysqlBase
isView( $name, $prefix=null)DatabaseMysqlBase
DatabaseBase::isView( $name)DatabaseBase
isWriteQuery( $sql)DatabaseBase
lastErrno()DatabaseMysql
lastError()DatabaseMysqlBase
lastQuery()DatabaseBase
limitResult( $sql, $limit, $offset=false)DatabaseBase
listTables( $prefix=null, $fname=__METHOD__)DatabaseMysqlBase
listViews( $prefix=null, $fname=__METHOD__)DatabaseMysqlBase
lock( $lockName, $method, $timeout=5)DatabaseMysqlBase
lockIsFree( $lockName, $method)DatabaseMysqlBase
lockTables( $read, $write, $method, $lowPriority=true)DatabaseMysqlBase
lowPriorityOption()DatabaseMysqlBase
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)DatabaseMysqlBase
maxListLen()DatabaseBase
mysqlConnect( $realServer)DatabaseMysqlprotected
mysqlDataSeek( $res, $row)DatabaseMysqlprotected
mysqlError( $conn=null)DatabaseMysqlprotected
mysqlFetchArray( $res)DatabaseMysqlprotected
mysqlFetchField( $res, $n)DatabaseMysqlprotected
mysqlFetchObject( $res)DatabaseMysqlprotected
mysqlFieldName( $res, $n)DatabaseMysqlprotected
mysqlFieldType( $res, $n)DatabaseMysqlprotected
mysqlFreeResult( $res)DatabaseMysqlprotected
mysqlNumFields( $res)DatabaseMysqlprotected
mysqlNumRows( $res)DatabaseMysqlprotected
mysqlPing()DatabaseMysqlprotected
mysqlRealEscapeString( $s)DatabaseMysqlprotected
mysqlSetCharset( $charset)DatabaseMysqlprotected
nativeReplace( $table, $rows, $fname)DatabaseBaseprotected
nextSequenceValue( $seqName)DatabaseBase
numFields( $res)DatabaseMysqlBase
numRows( $res)DatabaseMysqlBase
onTransactionIdle( $callback)DatabaseBase
onTransactionPreCommitOrIdle( $callback)DatabaseBase
open( $server, $user, $password, $dbName)DatabaseMysqlBase
patchPath( $patch)DatabaseBase
ping()DatabaseMysqlBase
prepare( $sql, $func='DatabaseBase::prepare')DatabaseBaseprotected
query( $sql, $fname=__METHOD__, $tempIgnore=false)DatabaseBase
realTimestamps()DatabaseBase
replace( $table, $uniqueIndexes, $rows, $fname=__METHOD__)DatabaseMysqlBase
replaceSchemaVars( $ins)DatabaseBaseprotected
replaceVars( $ins)DatabaseBaseprotected
reportConnectionError( $error='Unknown error')DatabaseBase
reportQueryError( $error, $errno, $sql, $fname, $tempIgnore=false)DatabaseBase
restoreErrorHandler()DatabaseBaseprotected
resultObject( $result)DatabaseBase
rollback( $fname=__METHOD__, $flush='')DatabaseBase
runOnTransactionIdleCallbacks()DatabaseBaseprotected
runOnTransactionPreCommitCallbacks()DatabaseBaseprotected
searchableIPs()DatabaseBase
select( $table, $vars, $conds='', $fname=__METHOD__, $options=array(), $join_conds=array())DatabaseBase
selectDB( $db)DatabaseMysql
selectField( $table, $var, $cond='', $fname=__METHOD__, $options=array())DatabaseBase
selectRow( $table, $vars, $conds, $fname=__METHOD__, $options=array(), $join_conds=array())DatabaseBase
selectSQLText( $table, $vars, $conds='', $fname=__METHOD__, $options=array(), $join_conds=array())DatabaseBase
setBigSelects( $value=true)DatabaseMysqlBase
setFakeMaster( $enabled=true)DatabaseMysqlBase
setFakeSlaveLag( $lag)DatabaseMysqlBase
setFileHandle( $fh)DatabaseBase
setFlag( $flag)DatabaseBase
setLBInfo( $name, $value=null)DatabaseBase
setSchemaVars( $vars)DatabaseBase
setSessionOptions(array $options)DatabaseMysqlBase
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)DatabaseMysqlBase
strencode( $s)DatabaseMysqlBase
strictIPs()DatabaseBase
strreplace( $orig, $old, $new)DatabaseBase
tableExists( $table, $fname=__METHOD__)DatabaseBase
tableName( $name, $format='quoted')DatabaseBase
tableNameCallback( $matches)DatabaseBaseprotected
tableNames()DatabaseBase
tableNamesN()DatabaseBase
tableNamesWithAlias( $tables)DatabaseBase
tableNamesWithUseIndexOrJOIN( $tables, $use_index=array(), $join_conds=array())DatabaseBaseprotected
tableNameWithAlias( $name, $alias=false)DatabaseBase
tablePrefix( $prefix=null)DatabaseBase
textFieldSize( $table, $field)DatabaseBase
timestamp( $ts=0)DatabaseBase
timestampOrNull( $ts=null)DatabaseBase
trxLevel()DatabaseBase
unionQueries( $sqls, $all)DatabaseBase
unionSupportsOrderAndLimit()DatabaseBase
unlock( $lockName, $method)DatabaseMysqlBase
unlockTables( $method)DatabaseMysqlBase
update( $table, $values, $conds, $fname=__METHOD__, $options=array())DatabaseBase
upsert( $table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)DatabaseMysqlBase
useIndexClause( $index)DatabaseMysqlBase
wasDeadlock()DatabaseMysqlBase
wasErrorReissuable()DatabaseMysqlBase
wasLockTimeout()DatabaseMysqlBase
wasReadOnlyError()DatabaseMysqlBase
writesOrCallbacksPending()DatabaseBase