MediaWiki  1.23.2
DatabasePostgres Member List

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

$allViewsDatabaseBaseprotected
$connectStringDatabasePostgresprivate
$delimiterDatabaseBaseprotected
$fileHandleDatabaseBaseprotected
$htmlErrorsDatabaseBaseprotected
$mAffectedRowsDatabasePostgresprotected
$mConnDatabaseBaseprotected
$mCoreSchemaDatabasePostgresprivate
$mDBnameDatabaseBase
$mDefaultBigSelectsDatabaseBaseprotected
$mDoneWritesDatabaseBaseprotected
$mErrorCountDatabaseBaseprotected
$mFlagsDatabaseBaseprotected
$mForeignDatabaseBaseprotected
$mInsertIdDatabasePostgresprivate
$mLastQueryDatabaseBaseprotected
$mLastResultDatabasePostgresprotected
$mLBInfoDatabaseBaseprotected
$mOpenedDatabaseBaseprotected
$mPasswordDatabaseBase
$mPHPErrorDatabaseBaseprotected
$mSchemaDatabaseBaseprotected
$mSchemaVarsDatabaseBaseprotected
$mServerDatabaseBaseprotected
$mTablePrefixDatabaseBaseprotected
$mTransactionStateDatabasePostgresprivate
$mTrxAtomicLevelsDatabaseBaseprivate
$mTrxAutomaticDatabaseBaseprivate
$mTrxAutomaticAtomicDatabaseBaseprivate
$mTrxDoneWritesDatabaseBaseprivate
$mTrxFnameDatabaseBaseprivate
$mTrxIdleCallbacksDatabaseBaseprotected
$mTrxLevelDatabaseBaseprotected
$mTrxPreCommitCallbacksDatabaseBaseprotected
$mUserDatabaseBase
$numericVersionDatabasePostgresprivate
$preparedArgsDatabaseBaseprotected
__construct( $params=null)DatabaseBase
__destruct()DatabaseBase
__sleep()DatabaseBase
__toString()DatabaseBase
addIdentifierQuotes( $s)DatabaseBase
addQuotes( $s)DatabasePostgres
affectedRows()DatabasePostgres
aggregateValue( $valuedata, $valuename='value')DatabasePostgres
anyChar()DatabaseBase
anyString()DatabaseBase
begin( $fname=__METHOD__)DatabaseBase
bigintFromLockName( $lockName)DatabasePostgresprivate
bitAnd( $fieldLeft, $fieldRight)DatabaseBase
bitNot( $field)DatabaseBase
bitOr( $fieldLeft, $fieldRight)DatabaseBase
bufferResults( $buffer=null)DatabaseBase
buildConcat( $stringList)DatabasePostgres
buildGroupConcatField( $delimiter, $table, $field, $conds='', $options=array(), $join_conds=array())DatabasePostgres
DatabaseBase::buildGroupConcatField( $delim, $table, $field, $conds='', $join_conds=array())DatabaseBase
buildLike()DatabaseBase
cascadingDeletes()DatabasePostgres
cleanupTriggers()DatabasePostgres
clearFlag( $flag)DatabaseBase
clearViewsCache()DatabaseBase
close()DatabaseBase
closeConnection()DatabasePostgresprotected
commit( $fname=__METHOD__, $flush='')DatabaseBase
conditional( $cond, $trueVal, $falseVal)DatabaseBase
connectionErrorHandler( $errno, $errstr)DatabaseBase
constraintExists( $table, $constraint)DatabasePostgres
currentSequenceValue( $seqName)DatabasePostgres
dataSeek( $res, $row)DatabasePostgres
dbSchema( $schema=null)DatabaseBase
DEADLOCK_DELAY_MAXDatabaseBase
DEADLOCK_DELAY_MINDatabaseBase
DEADLOCK_TRIESDatabaseBase
deadlockLoop()DatabaseBase
debug( $debug=null)DatabaseBase
decodeBlob( $b)DatabasePostgres
decodeExpiry( $expiry, $format=TS_MW)DatabaseBase
delete( $table, $conds, $fname=__METHOD__)DatabaseBase
deleteJoin( $delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__)DatabaseBase
determineCoreSchema( $desiredSchema)DatabasePostgres
doBegin( $fname)DatabaseBaseprotected
doCommit( $fname)DatabaseBaseprotected
doneWrites()DatabaseBase
doQuery( $sql)DatabasePostgres
doRollback( $fname)DatabaseBaseprotected
dropTable( $tableName, $fName=__METHOD__)DatabaseBase
dumpError()DatabasePostgresprotected
duplicateTableStructure( $oldName, $newName, $temporary=false, $fname=__METHOD__)DatabasePostgres
encodeBlob( $b)DatabasePostgres
encodeExpiry( $expiry)DatabaseBase
endAtomic( $fname=__METHOD__)DatabaseBase
errorCount( $count=null)DatabaseBase
escapeLikeInternal( $s)DatabaseBaseprotected
estimateRowCount( $table, $vars=' *', $conds='', $fname=__METHOD__, $options=array())DatabasePostgres
execute( $prepared, $args=null)DatabaseBase
factory( $dbType, $p=array())DatabaseBasestatic
fetchObject( $res)DatabasePostgres
fetchRow( $res)DatabasePostgres
fieldExists( $table, $field, $fname=__METHOD__)DatabaseBase
fieldInfo( $table, $field)DatabasePostgres
fieldName( $res, $n)DatabasePostgres
fieldNamesWithAlias( $fields)DatabaseBase
fieldNameWithAlias( $name, $alias=false)DatabaseBase
fieldType( $res, $index)DatabasePostgres
fillPrepared( $preparedQuery, $args)DatabaseBase
fillPreparedArg( $matches)DatabaseBaseprotected
freePrepared( $prepared)DatabaseBaseprotected
freeResult( $res)DatabasePostgres
functionalIndexes()DatabasePostgres
generalizeSQL( $sql)DatabaseBasestatic
getCoreSchema()DatabasePostgres
getCurrentSchema()DatabasePostgres
getDBname()DatabasePostgres
getDefaultSchemaVars()DatabaseBaseprotected
getDelimiter()DatabaseBase
getFlag( $flag)DatabaseBase
getInfinity()DatabaseBase
getLag()DatabaseBase
getLBInfo( $name=null)DatabaseBase
getMasterPos()DatabaseBase
getProperty( $name)DatabaseBase
getSchemaPath()DatabaseBase
getSchemas()DatabasePostgres
getSchemaVars()DatabaseBaseprotected
getSearchEngine()DatabasePostgres
getSearchPath()DatabasePostgres
getServer()DatabasePostgres
getServerInfo()DatabaseBase
getServerUptime()DatabaseBase
getServerVersion()DatabasePostgres
getSlavePos()DatabaseBase
getSoftwareLink()DatabasePostgres
getType()DatabasePostgres
getWikiID()DatabaseBase
hasConstraint( $name)DatabasePostgres
ignoreErrors( $ignoreErrors=null)DatabaseBase
implicitGroupby()DatabasePostgres
implicitOrderby()DatabasePostgres
indexAttributes( $index, $schema=false)DatabasePostgres
indexExists( $table, $index, $fname=__METHOD__)DatabaseBase
indexInfo( $table, $index, $fname=__METHOD__)DatabasePostgres
indexName( $index)DatabaseBaseprotected
indexNameCallback( $matches)DatabaseBaseprotected
indexUnique( $table, $index, $fname=__METHOD__)DatabasePostgres
DatabaseBase::indexUnique( $table, $index)DatabaseBase
insert( $table, $args, $fname=__METHOD__, $options=array())DatabasePostgres
insertId()DatabasePostgres
insertSelect( $destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=array(), $selectOptions=array())DatabasePostgres
installErrorHandler()DatabaseBaseprotected
isOpen()DatabaseBase
isQuotedIdentifier( $name)DatabaseBase
isView( $name)DatabaseBase
isWriteQuery( $sql)DatabaseBase
lastErrno()DatabasePostgres
lastError()DatabasePostgres
lastQuery()DatabaseBase
limitResult( $sql, $limit, $offset=false)DatabasePostgres
listTables( $prefix=null, $fname=__METHOD__)DatabasePostgres
listViews( $prefix=null, $fname=__METHOD__)DatabaseBase
lock( $lockName, $method, $timeout=5)DatabasePostgres
lockIsFree( $lockName, $method)DatabasePostgres
lockTables( $read, $write, $method, $lowPriority=true)DatabaseBase
lowPriorityOption()DatabaseBase
makeConnectionString( $vars)DatabasePostgres
makeGroupByWithHaving( $options)DatabaseBase
makeInsertOptions( $options)DatabaseBaseprotected
makeList( $a, $mode=LIST_COMMA)DatabaseBase
makeOrderBy( $options)DatabaseBase
makeSelectOptions( $options)DatabasePostgres
makeUpdateOptions( $options)DatabaseBaseprotected
makeUpdateOptionsArray( $options)DatabaseBaseprotected
makeWhereFrom2d( $data, $baseKey, $subKey)DatabaseBase
masterPosWait(DBMasterPos $pos, $timeout)DatabaseBase
maxListLen()DatabaseBase
nativeReplace( $table, $rows, $fname)DatabaseBaseprotected
nextSequenceValue( $seqName)DatabasePostgres
numFields( $res)DatabasePostgres
numRows( $res)DatabasePostgres
onTransactionIdle( $callback)DatabaseBase
onTransactionPreCommitOrIdle( $callback)DatabaseBase
open( $server, $user, $password, $dbName)DatabasePostgres
patchPath( $patch)DatabaseBase
pg_array_parse( $text, &$output, $limit=false, $offset=1)DatabasePostgres
ping()DatabaseBase
prepare( $sql, $func='DatabaseBase::prepare')DatabaseBaseprotected
query( $sql, $fname=__METHOD__, $tempIgnore=false)DatabaseBase
queryIgnore( $sql, $fname=__METHOD__)DatabasePostgres
realTableName( $name, $format='quoted')DatabasePostgres
realTimestamps()DatabasePostgres
relationExists( $table, $types, $schema=false)DatabasePostgres
replace( $table, $uniqueIndexes, $rows, $fname=__METHOD__)DatabaseBase
replaceSchemaVars( $ins)DatabaseBaseprotected
replaceVars( $ins)DatabasePostgresprotected
reportConnectionError( $error='Unknown error')DatabaseBase
reportQueryError( $error, $errno, $sql, $fname, $tempIgnore=false)DatabasePostgres
restoreErrorHandler()DatabaseBaseprotected
resultObject( $result)DatabaseBase
roleExists( $roleName)DatabasePostgres
rollback( $fname=__METHOD__, $flush='')DatabaseBase
ruleExists( $table, $rule)DatabasePostgres
runOnTransactionIdleCallbacks()DatabaseBaseprotected
runOnTransactionPreCommitCallbacks()DatabaseBaseprotected
schemaExists( $schema)DatabasePostgres
searchableIPs()DatabasePostgres
select( $table, $vars, $conds='', $fname=__METHOD__, $options=array(), $join_conds=array())DatabaseBase
selectDB( $db)DatabasePostgres
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())DatabasePostgres
sequenceExists( $sequence, $schema=false)DatabasePostgres
setBigSelects( $value=true)DatabaseBase
setFakeMaster( $enabled=true)DatabaseBase
setFakeSlaveLag( $lag)DatabaseBase
setFileHandle( $fh)DatabaseBase
setFlag( $flag)DatabaseBase
setLBInfo( $name, $value=null)DatabaseBase
setSchemaVars( $vars)DatabaseBase
setSearchPath( $search_path)DatabasePostgres
setSessionOptions(array $options)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)DatabasePostgres
strencode( $s)DatabasePostgres
strictIPs()DatabasePostgres
strreplace( $orig, $old, $new)DatabaseBase
tableExists( $table, $fname=__METHOD__, $schema=false)DatabasePostgres
DatabaseBase::tableExists( $table, $fname=__METHOD__)DatabaseBase
tableName( $name, $format='quoted')DatabasePostgres
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)DatabasePostgres
timestamp( $ts=0)DatabasePostgres
timestampOrNull( $ts=null)DatabaseBase
triggerExists( $table, $trigger)DatabasePostgres
trxLevel()DatabaseBase
unionQueries( $sqls, $all)DatabaseBase
unionSupportsOrderAndLimit()DatabaseBase
unlock( $lockName, $method)DatabasePostgres
unlockTables( $method)DatabaseBase
update( $table, $values, $conds, $fname=__METHOD__, $options=array())DatabaseBase
upsert( $table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__)DatabaseBase
useIndexClause( $index)DatabaseBase
wasDeadlock()DatabasePostgres
wasErrorReissuable()DatabaseBase
wasLockTimeout()DatabaseBase
wasReadOnlyError()DatabaseBase
writesOrCallbacksPending()DatabaseBase