MediaWiki  1.23.2
DatabaseUpdater Member List

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

$dbDatabaseUpdaterprotected
$extensionUpdatesDatabaseUpdaterprotected
$fileHandleDatabaseUpdaterprotected
$holdContentHandlerUseDBDatabaseUpdaterprotected
$postDatabaseUpdateMaintenanceDatabaseUpdaterprotected
$sharedDatabaseUpdaterprotected
$skipSchemaDatabaseUpdaterprotected
$updatesDatabaseUpdaterprotected
$updatesSkippedDatabaseUpdaterprotected
__construct(DatabaseBase &$db, $shared, Maintenance $maintenance=null)DatabaseUpdaterprotected
addExtensionField( $tableName, $columnName, $sqlPath)DatabaseUpdater
addExtensionIndex( $tableName, $indexName, $sqlPath)DatabaseUpdater
addExtensionTable( $tableName, $sqlPath)DatabaseUpdater
addExtensionUpdate(array $update)DatabaseUpdater
addField( $table, $field, $patch, $fullpath=false)DatabaseUpdaterprotected
addIndex( $table, $index, $patch, $fullpath=false)DatabaseUpdaterprotected
addPostDatabaseUpdateMaintenance( $class)DatabaseUpdater
addTable( $name, $patch, $fullpath=false)DatabaseUpdaterprotected
appendLine( $line)DatabaseUpdater
applyPatch( $path, $isFullPath=false, $msg=null)DatabaseUpdaterprotected
canUseNewUpdatelog()DatabaseUpdaterprotected
checkStats()DatabaseUpdaterprotected
copyFile( $filename)DatabaseUpdater
disableContentHandlerUseDB()DatabaseUpdaterprotected
doActiveUsersInit()DatabaseUpdaterprotected
doCollationUpdate()DatabaseUpdaterprotected
doLogSearchPopulation()DatabaseUpdaterprotected
doLogUsertextPopulation()DatabaseUpdaterprotected
doMigrateUserOptions()DatabaseUpdaterprotected
doTable( $name)DatabaseUpdaterprotected
doUpdates( $what=array( 'core', 'extensions', 'stats'))DatabaseUpdater
doUpdateTranscacheField()DatabaseUpdaterprotected
dropExtensionField( $tableName, $columnName, $sqlPath)DatabaseUpdater
dropExtensionIndex( $tableName, $indexName, $sqlPath)DatabaseUpdater
dropExtensionTable( $tableName, $sqlPath)DatabaseUpdater
dropField( $table, $field, $patch, $fullpath=false)DatabaseUpdaterprotected
dropIndex( $table, $index, $patch, $fullpath=false)DatabaseUpdaterprotected
dropTable( $table, $patch=false, $fullpath=false)DatabaseUpdater
enableContentHandlerUseDB()DatabaseUpdaterprotected
getCoreUpdateList()DatabaseUpdaterprotected
getDB()DatabaseUpdater
getExtensionUpdates()DatabaseUpdaterprotected
getOldGlobalUpdates()DatabaseUpdaterprotected
getPostDatabaseUpdateMaintenance()DatabaseUpdater
initOldGlobals()DatabaseUpdaterprivate
insertUpdateRow( $key, $val=null)DatabaseUpdater
loadExtensions()DatabaseUpdaterprivate
modifyExtensionField( $tableName, $fieldName, $sqlPath)DatabaseUpdater
modifyField( $table, $field, $patch, $fullpath=false)DatabaseUpdater
newForDB(&$db, $shared=false, $maintenance=null)DatabaseUpdaterstatic
output( $str)DatabaseUpdater
purgeCache()DatabaseUpdater
rebuildLocalisationCache()DatabaseUpdaterprotected
renameExtensionIndex( $tableName, $oldIndexName, $newIndexName, $sqlPath, $skipBothIndexExistWarning=false)DatabaseUpdater
renameIndex( $table, $oldIndex, $newIndex, $skipBothIndexExistWarning, $patch, $fullpath=false)DatabaseUpdaterprotected
runUpdates(array $updates, $passSelf)DatabaseUpdaterprivate
setAppliedUpdates( $version, $updates=array())DatabaseUpdaterprotected
tableExists( $tableName)DatabaseUpdater
updateRowExists( $key)DatabaseUpdater
writeSchemaUpdateFile( $schemaUpdate=array())DatabaseUpdaterprivate