MediaWiki  REL1_31
SqliteUpdater Member List

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

$dbDatabaseUpdaterprotected
$extensionUpdatesDatabaseUpdaterprotected
$fileHandleDatabaseUpdaterprotected
$holdContentHandlerUseDBDatabaseUpdaterprotected
$maintenanceDatabaseUpdaterprotected
$postDatabaseUpdateMaintenanceDatabaseUpdaterprotected
$sharedDatabaseUpdaterprotected
$skipSchemaDatabaseUpdaterprotected
$updatesDatabaseUpdaterprotected
$updatesSkippedDatabaseUpdaterprotected
__construct(Database &$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
doEnableProfiling()DatabaseUpdaterprotected
doLogSearchPopulation()DatabaseUpdaterprotected
doLogUsertextPopulation()DatabaseUpdaterprotected
doMigrateUserOptions()DatabaseUpdaterprotected
doTable( $name)DatabaseUpdaterprotected
doUpdates(array $what=[ '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()SqliteUpdaterprotected
getDB()DatabaseUpdater
getExtensionUpdates()DatabaseUpdaterprotected
getOldGlobalUpdates()DatabaseUpdaterprotected
getPostDatabaseUpdateMaintenance()DatabaseUpdater
getSchemaVars()DatabaseUpdater
initOldGlobals()DatabaseUpdaterprivate
insertUpdateRow( $key, $val=null)DatabaseUpdater
loadExtensions()DatabaseUpdaterprivate
migrateActors()DatabaseUpdaterprotected
migrateArchiveText()DatabaseUpdaterprotected
migrateComments()DatabaseUpdaterprotected
modifyExtensionField( $tableName, $fieldName, $sqlPath)DatabaseUpdater
modifyExtensionTable( $tableName, $sqlPath)DatabaseUpdater
modifyField( $table, $field, $patch, $fullpath=false)DatabaseUpdater
modifyTable( $table, $patch, $fullpath=false)DatabaseUpdater
newForDB(Database $db, $shared=false, Maintenance $maintenance=null)DatabaseUpdaterstatic
output( $str)DatabaseUpdater
patchPath(IDatabase $db, $patch)DatabaseUpdater
populateArchiveRevId()DatabaseUpdaterprotected
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
setFileAccess()DatabaseUpdater
sqliteInitialIndexes()SqliteUpdaterprotected
sqliteSetupSearchindex()SqliteUpdaterprotected
tableExists( $tableName)DatabaseUpdater
updateRowExists( $key)DatabaseUpdater
writeSchemaUpdateFile(array $schemaUpdate=[])DatabaseUpdaterprivate