Go to the source code of this file.
Functions | |
wfQuery ($sql, $db, $fname="") | |
& | wfGetDB ($db=DB_LAST) |
wfBufferSQLResults ($newstate, $dbi=DB_LAST) | |
wfIgnoreSQLErrors ($newstate, $dbi=DB_LAST) | |
wfFreeResult ($res, $dbi=DB_LAST) | |
wfFetchObject ($res, $dbi=DB_LAST) | |
wfFetchRow ($res, $dbi=DB_LAST) | |
wfNumRows ($res, $dbi=DB_LAST) | |
wfNumFields ($res, $dbi=DB_LAST) | |
wfFieldName ($res, $n, $dbi=DB_LAST) | |
wfInsertId ($dbi=DB_LAST) | |
wfDataSeek ($res, $row, $dbi=DB_LAST) | |
wfLastErrno ($dbi=DB_LAST) | |
wfLastError ($dbi=DB_LAST) | |
wfAffectedRows ($dbi=DB_LAST) | |
wfLastDBquery ($dbi=DB_LAST) | |
wfSetSQL ($table, $var, $value, $cond, $dbi=DB_WRITE) | |
wfGetSQL ($table, $var, $cond="", $dbi=DB_LAST) | |
wfFieldExists ($table, $field, $dbi=DB_LAST) | |
wfIndexExists ($table, $index, $dbi=DB_LAST) | |
wfInsertArray ($table, $array, $fname="wfInsertArray", $dbi=DB_WRITE) | |
wfGetArray ($table, $vars, $conds, $fname="wfGetArray", $dbi=DB_LAST) | |
wfUpdateArray ($table, $values, $conds, $fname="wfUpdateArray", $dbi=DB_WRITE) | |
Variables | |
$wgIsMySQL = false | |
$wgIsPg = false |
|
Definition at line 179 of file DatabaseFunctions.php. References wfGetDB(). Referenced by Profiler::logToDB(). |
|
Definition at line 51 of file DatabaseFunctions.php. References wfGetDB(). Referenced by convertLinks(). |
|
Definition at line 149 of file DatabaseFunctions.php. References wfGetDB(). |
|
|
Definition at line 99 of file DatabaseFunctions.php. |
|
Definition at line 219 of file DatabaseFunctions.php. References wfGetDB(). |
|
Definition at line 129 of file DatabaseFunctions.php. |
|
|
Definition at line 249 of file DatabaseFunctions.php. References wfGetDB(). Referenced by MessageCache::get(), moveCustomMessages(), and wfSpecialContributions(). |
|
Definition at line 41 of file DatabaseFunctions.php. References $wgLoadBalancer. Referenced by wfAffectedRows(), wfBufferSQLResults(), wfDataSeek(), wfFetchObject(), wfFetchRow(), wfFieldExists(), wfFieldName(), wfFreeResult(), wfGetArray(), wfGetSQL(), wfIgnoreSQLErrors(), wfIndexExists(), wfInsertArray(), wfInsertId(), wfLastDBquery(), wfLastErrno(), wfLastError(), wfNumFields(), wfNumRows(), wfQuery(), wfSetSQL(), and wfUpdateArray(). |
|
Definition at line 209 of file DatabaseFunctions.php. References wfGetDB(). Referenced by ImagePage::revert(), and UndeleteForm::showHistory(). |
|
Definition at line 68 of file DatabaseFunctions.php. References wfGetDB(). Referenced by MakesysopForm::doSubmit(), and moveCustomMessages(). |
|
Definition at line 229 of file DatabaseFunctions.php. References wfGetDB(). Referenced by dropTextIndex(). |
|
Definition at line 239 of file DatabaseFunctions.php. References wfGetDB(). Referenced by RecentChange::save(). |
|
Definition at line 139 of file DatabaseFunctions.php. References wfGetDB(). Referenced by LogPage::saveContent(), UndeleteForm::undelete(), and wfRecordUpload(). |
|
Definition at line 189 of file DatabaseFunctions.php. References wfGetDB(). |
|
Definition at line 159 of file DatabaseFunctions.php. References wfGetDB(). Referenced by MakesysopForm::doSubmit(). |
|
Definition at line 169 of file DatabaseFunctions.php. References wfGetDB(). Referenced by MediaWikiBagOStuff::_dberror(). |
|
Definition at line 119 of file DatabaseFunctions.php. References wfGetDB(). |
|
|
|
Definition at line 199 of file DatabaseFunctions.php. References wfGetDB(). |
|
Definition at line 259 of file DatabaseFunctions.php. References wfGetDB(). |
|
|
Definition at line 21 of file DatabaseFunctions.php. Referenced by ListUsersPage::getSQL(), ListAdminsPage::getSQL(), PageHistory::history(), DifferenceEngine::loadText(), wfSpecialContributions(), wfSpecialListusers(), and wfSpecialStatistics(). |