$conn | DBConnRef | private |
$lb | DBConnRef | private |
$params | DBConnRef | private |
__call($name, array $arguments) | DBConnRef | |
__construct(ILoadBalancer $lb, $conn) | DBConnRef | |
__destruct() | DBConnRef | |
addQuotes($s) | DBConnRef | |
affectedRows() | DBConnRef | |
aggregateValue($valuedata, $valuename= 'value') | DBConnRef | |
anyChar() | DBConnRef | |
anyString() | DBConnRef | |
begin($fname=__METHOD__, $mode=IDatabase::TRANSACTION_EXPLICIT) | DBConnRef | |
bitAnd($fieldLeft, $fieldRight) | DBConnRef | |
bitNot($field) | DBConnRef | |
bitOr($fieldLeft, $fieldRight) | DBConnRef | |
bufferResults($buffer=null) | DBConnRef | |
buildConcat($stringList) | DBConnRef | |
buildGroupConcatField($delim, $table, $field, $conds= '', $join_conds=[]) | DBConnRef | |
buildLike() | DBConnRef | |
buildStringCast($field) | DBConnRef | |
clearFlag($flag, $remember=self::REMEMBER_NOTHING) | DBConnRef | |
close() | DBConnRef | |
commit($fname=__METHOD__, $flush= '') | DBConnRef | |
conditional($cond, $trueVal, $falseVal) | DBConnRef | |
dataSeek($res, $row) | DBConnRef | |
dbSchema($schema=null) | DBConnRef | |
decodeBlob($b) | DBConnRef | |
decodeExpiry($expiry, $format=TS_MW) | DBConnRef | |
delete($table, $conds, $fname=__METHOD__) | DBConnRef | |
deleteJoin($delTable, $joinTable, $delVar, $joinVar, $conds, $fname=__METHOD__) | DBConnRef | |
doAtomicSection($fname, callable $callback) | DBConnRef | |
doneWrites() | DBConnRef | |
encodeBlob($b) | DBConnRef | |
encodeExpiry($expiry) | DBConnRef | |
endAtomic($fname=__METHOD__) | DBConnRef | |
estimateRowCount($table, $vars= '*', $conds= '', $fname=__METHOD__, $options=[]) | DBConnRef | |
explicitTrxActive() | DBConnRef | |
fetchObject($res) | DBConnRef | |
fetchRow($res) | DBConnRef | |
fieldExists($table, $field, $fname=__METHOD__) | DBConnRef | |
fieldInfo($table, $field) | DBConnRef | |
fieldName($res, $n) | DBConnRef | |
FLD_DOMAIN | DBConnRef | |
FLD_GROUP | DBConnRef | |
FLD_INDEX | DBConnRef | |
flushSnapshot($fname=__METHOD__) | DBConnRef | |
freeResult($res) | DBConnRef | |
getDBname() | DBConnRef | |
getDomainID() | DBConnRef | |
getFlag($flag) | DBConnRef | |
getInfinity() | DBConnRef | |
getLag() | DBConnRef | |
getLBInfo($name=null) | DBConnRef | |
getMasterPos() | DBConnRef | |
getProperty($name) | DBConnRef | |
getReplicaPos() | DBConnRef | |
getScopedLockAndFlush($lockKey, $fname, $timeout) | DBConnRef | |
getSearchEngine() | DBConnRef | |
getServer() | DBConnRef | |
getServerInfo() | DBConnRef | |
getServerUptime() | DBConnRef | |
getServerVersion() | DBConnRef | |
getSessionLagStatus() | DBConnRef | |
getSoftwareLink() | DBConnRef | |
getType() | DBConnRef | |
getWikiID() | DBConnRef | |
implicitGroupby() | DBConnRef | |
implicitOrderby() | DBConnRef | |
indexExists($table, $index, $fname=__METHOD__) | DBConnRef | |
indexUnique($table, $index) | DBConnRef | |
insert($table, $a, $fname=__METHOD__, $options=[]) | DBConnRef | |
insertId() | DBConnRef | |
insertSelect($destTable, $srcTable, $varMap, $conds, $fname=__METHOD__, $insertOptions=[], $selectOptions=[]) | DBConnRef | |
isOpen() | DBConnRef | |
isReadOnly() | DBConnRef | |
lastDoneWrites() | DBConnRef | |
lastErrno() | DBConnRef | |
lastError() | DBConnRef | |
lastQuery() | DBConnRef | |
listTables($prefix=null, $fname=__METHOD__) | DBConnRef | |
lock($lockName, $method, $timeout=5) | DBConnRef | |
lockIsFree($lockName, $method) | DBConnRef | |
makeList($a, $mode=self::LIST_COMMA) | DBConnRef | |
makeWhereFrom2d($data, $baseKey, $subKey) | DBConnRef | |
masterPosWait(DBMasterPos $pos, $timeout) | DBConnRef | |
maxListLen() | DBConnRef | |
namedLocksEnqueue() | DBConnRef | |
nextSequenceValue($seqName) | DBConnRef | |
numFields($res) | DBConnRef | |
numRows($res) | DBConnRef | |
onTransactionIdle(callable $callback, $fname=__METHOD__) | DBConnRef | |
onTransactionPreCommitOrIdle(callable $callback, $fname=__METHOD__) | DBConnRef | |
onTransactionResolution(callable $callback, $fname=__METHOD__) | DBConnRef | |
open($server, $user, $password, $dbName) | DBConnRef | |
pendingWriteCallers() | DBConnRef | |
pendingWriteQueryDuration($type=self::ESTIMATE_TOTAL) | DBConnRef | |
ping(&$rtt=null) | DBConnRef | |
query($sql, $fname=__METHOD__, $tempIgnore=false) | DBConnRef | |
replace($table, $uniqueIndexes, $rows, $fname=__METHOD__) | DBConnRef | |
reportConnectionError($error= 'Unknown error') | DBConnRef | |
reportQueryError($error, $errno, $sql, $fname, $tempIgnore=false) | DBConnRef | |
restoreFlags($state=self::RESTORE_PRIOR) | DBConnRef | |
rollback($fname=__METHOD__, $flush= '') | DBConnRef | |
select($table, $vars, $conds= '', $fname=__METHOD__, $options=[], $join_conds=[]) | DBConnRef | |
selectDB($db) | DBConnRef | |
selectField($table, $var, $cond= '', $fname=__METHOD__, $options=[]) | DBConnRef | |
selectFieldValues($table, $var, $cond= '', $fname=__METHOD__, $options=[]) | DBConnRef | |
selectRow($table, $vars, $conds, $fname=__METHOD__, $options=[], $join_conds=[]) | DBConnRef | |
selectRowCount($tables, $vars= '*', $conds= '', $fname=__METHOD__, $options=[], $join_conds=[]) | DBConnRef | |
selectSQLText($table, $vars, $conds= '', $fname=__METHOD__, $options=[], $join_conds=[]) | DBConnRef | |
serverIsReadOnly() | DBConnRef | |
setBigSelects($value=true) | DBConnRef | |
setFlag($flag, $remember=self::REMEMBER_NOTHING) | DBConnRef | |
setLazyMasterHandle(IDatabase $conn) | DBConnRef | |
setLBInfo($name, $value=null) | DBConnRef | |
setSchemaVars($vars) | DBConnRef | |
setSessionOptions(array $options) | DBConnRef | |
setTableAliases(array $aliases) | DBConnRef | |
setTransactionListener($name, callable $callback=null) | DBConnRef | |
startAtomic($fname=__METHOD__) | DBConnRef | |
strreplace($orig, $old, $new) | DBConnRef | |
tableExists($table, $fname=__METHOD__) | DBConnRef | |
tablePrefix($prefix=null) | DBConnRef | |
timestamp($ts=0) | DBConnRef | |
timestampOrNull($ts=null) | DBConnRef | |
trxLevel() | DBConnRef | |
trxTimestamp() | DBConnRef | |
unionQueries($sqls, $all) | DBConnRef | |
unionSupportsOrderAndLimit() | DBConnRef | |
unlock($lockName, $method) | DBConnRef | |
update($table, $values, $conds, $fname=__METHOD__, $options=[]) | DBConnRef | |
upsert($table, array $rows, array $uniqueIndexes, array $set, $fname=__METHOD__) | DBConnRef | |
wasDeadlock() | DBConnRef | |
wasErrorReissuable() | DBConnRef | |
wasLockTimeout() | DBConnRef | |
wasReadOnlyError() | DBConnRef | |
writesOrCallbacksPending() | DBConnRef | |
writesPending() | DBConnRef | |