‪TYPO3CMS  11.5
TYPO3\CMS\Core\Database\Schema\ConnectionMigrator Member List

This is the complete list of members for TYPO3\CMS\Core\Database\Schema\ConnectionMigrator, including all inherited members.

$connectionTYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
$connectionNameTYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
$deletedPrefixTYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
$tablesTYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
__construct(string $connectionName, array $tables)TYPO3\CMS\Core\Database\Schema\ConnectionMigrator
buildExpectedSchemaDefinitions(string $connectionName)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
buildQuotedColumn(Column $column)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
buildQuotedForeignKey(ForeignKeyConstraint $index)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
buildQuotedIndex(Index $index)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
buildQuotedTable(Table $table)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
buildSchemaDiff(bool $renameUnused=true)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
calculateUpdateSuggestionsHashes(array $statements)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
create(string $connectionName, array $tables)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorstatic
getChangedFieldUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getChangedTableOptions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getConnectionNameForTable(string $tableName)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getDatabasePlatform(string $tableName)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getDropFieldUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getDropTableUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getNewFieldUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getNewTableUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getSchemaDiff()TYPO3\CMS\Core\Database\Schema\ConnectionMigrator
getTableOptions(array $tableNames)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getTableRecordCount(string $tableName)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getUnusedFieldUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getUnusedTableUpdateSuggestions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
getUpdateSuggestions(bool $remove=false)TYPO3\CMS\Core\Database\Schema\ConnectionMigrator
install(bool $createOnly=false)TYPO3\CMS\Core\Database\Schema\ConnectionMigrator
migrateColumnRenamesToDistinctActions(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
migrateUnprefixedRemovedFieldsToRenames(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
migrateUnprefixedRemovedTablesToRenames(SchemaDiff $schemaDiff)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
removeUnrelatedTables(array $tableDiffs, array $validTableNames)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected
transformTablesForDatabasePlatform(array $tables, Connection $connection)TYPO3\CMS\Core\Database\Schema\ConnectionMigratorprotected