Uses of Interface
migratedb.v1.core.api.internal.database.base.Database
-
-
Uses of Database in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Database Modifier and Type Method Description DatabaseDatabaseType. createDatabase(Configuration configuration, boolean printInfo, JdbcConnectionFactory jdbcConnectionFactory)Initializes the Database class, and optionally prints some information.DatabaseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Initializes the Database used by this Database Type.DatabaseSchemaObject. getDatabase() -
Uses of Database in migratedb.v1.core.api.internal.parser
Methods in migratedb.v1.core.api.internal.parser that return Database Modifier and Type Method Description DatabaseParsingContext. getDatabase() -
Uses of Database in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output with parameters of type Database Modifier and Type Method Description static InfoResultCommandResultFactory. createInfoResult(Configuration configuration, Database database, MigrationInfo[] migrationInfos, MigrationInfo current, boolean allSchemasEmpty)static LiberateResultCommandResultFactory. createLiberateResult(Configuration configuration, Database database, String schemaHistorySchema, String schemaHistoryTable, List<LiberateAction> changes)static RepairResultCommandResultFactory. createRepairResult(Configuration configuration, Database database) -
Uses of Database in migratedb.v1.core.internal.callback
Constructors in migratedb.v1.core.internal.callback with parameters of type Database Constructor Description DefaultCallbackExecutor(Configuration configuration, Database database, Schema schema, Collection<Callback> callbacks)Creates a new callback executor. -
Uses of Database in migratedb.v1.core.internal.command
Constructors in migratedb.v1.core.internal.command with parameters of type Database Constructor Description DbBaseline(SchemaHistory schemaHistory, Version baselineVersion, String baselineDescription, CallbackExecutor callbackExecutor, Database database)Creates a new DbBaseline.DbInfo(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Configuration configuration, Database database, CallbackExecutor callbackExecutor, Schema[] schemas)DbLiberate(SchemaHistory schemaHistory, Configuration configuration, Database database, Schema defaultSchema, Schema[] schemas, CallbackExecutor callbackExecutor, boolean failOnNonEmptySchemaHistoryTable)DbMigrate(Database database, SchemaHistory schemaHistory, Schema schema, MigrationResolver migrationResolver, Configuration configuration, CallbackExecutor callbackExecutor)DbRepair(Database database, MigrationResolver migrationResolver, SchemaHistory schemaHistory, CallbackExecutor callbackExecutor, Configuration configuration)Creates a new DbRepair.DbSchemas(Database database, Schema[] schemas, SchemaHistory schemaHistory, CallbackExecutor callbackExecutor)Creates a new DbSchemas.DbValidate(Database database, SchemaHistory schemaHistory, Schema schema, MigrationResolver migrationResolver, Configuration configuration, boolean allowPending, CallbackExecutor callbackExecutor)Creates a new database validator. -
Uses of Database in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base that implement Database Modifier and Type Class Description classBaseDatabaseAbstraction for database-specific functionality.Methods in migratedb.v1.core.internal.database.base that return Database Modifier and Type Method Description DatabaseBaseDatabaseType. createDatabase(Configuration configuration, boolean printInfo, JdbcConnectionFactory jdbcConnectionFactory)abstract DatabaseBaseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)protected DatabaseBaseSchema. getDatabase()DatabaseBaseSchemaObject. getDatabase()DatabaseBaseSession. getDatabase()Constructors in migratedb.v1.core.internal.database.base with parameters of type Database Constructor Description BaseSchema(JdbcTemplate jdbcTemplate, Database database, String name)BaseSession(Database database, Connection connection)BaseTable(JdbcTemplate jdbcTemplate, Database database, Schema schema, String name) -
Uses of Database in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement Database Modifier and Type Class Description classBigQueryDatabaseMethods in migratedb.v1.core.internal.database.bigquery that return Database Modifier and Type Method Description DatabaseBigQueryDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement Database Modifier and Type Class Description classCockroachDBDatabaseMethods in migratedb.v1.core.internal.database.cockroachdb that return Database Modifier and Type Method Description DatabaseCockroachDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement Database Modifier and Type Class Description classDB2DatabaseMethods in migratedb.v1.core.internal.database.db2 that return Database Modifier and Type Method Description DatabaseDB2DatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement Database Modifier and Type Class Description classDerbyDatabaseDerby database.Methods in migratedb.v1.core.internal.database.derby that return Database Modifier and Type Method Description DatabaseDerbyDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement Database Modifier and Type Class Description classFirebirdDatabaseMethods in migratedb.v1.core.internal.database.firebird that return Database Modifier and Type Method Description DatabaseFirebirdDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement Database Modifier and Type Class Description classH2DatabaseMethods in migratedb.v1.core.internal.database.h2 that return Database Modifier and Type Method Description DatabaseH2DatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement Database Modifier and Type Class Description classHSQLDBDatabaseHSQLDB database.Methods in migratedb.v1.core.internal.database.hsqldb that return Database Modifier and Type Method Description DatabaseHSQLDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement Database Modifier and Type Class Description classIgniteThinDatabaseApache Ignite database.Methods in migratedb.v1.core.internal.database.ignite.thin that return Database Modifier and Type Method Description DatabaseIgniteThinDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement Database Modifier and Type Class Description classInformixDatabaseInformix database.Methods in migratedb.v1.core.internal.database.informix that return Database Modifier and Type Method Description DatabaseInformixDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement Database Modifier and Type Class Description classMySQLDatabaseMethods in migratedb.v1.core.internal.database.mysql that return Database Modifier and Type Method Description DatabaseMySQLDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.mysql.mariadb
Classes in migratedb.v1.core.internal.database.mysql.mariadb that implement Database Modifier and Type Class Description classMariaDBDatabaseMethods in migratedb.v1.core.internal.database.mysql.mariadb that return Database Modifier and Type Method Description DatabaseMariaDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.mysql.tidb
Classes in migratedb.v1.core.internal.database.mysql.tidb that implement Database Modifier and Type Class Description classTiDBDatabaseMethods in migratedb.v1.core.internal.database.mysql.tidb that return Database Modifier and Type Method Description DatabaseTiDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement Database Modifier and Type Class Description classOracleDatabaseMethods in migratedb.v1.core.internal.database.oracle that return Database Modifier and Type Method Description DatabaseOracleDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement Database Modifier and Type Class Description classPostgreSQLDatabaseMethods in migratedb.v1.core.internal.database.postgresql that return Database Modifier and Type Method Description DatabasePostgreSQLDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement Database Modifier and Type Class Description classRedshiftDatabaseRedshift database.Methods in migratedb.v1.core.internal.database.redshift that return Database Modifier and Type Method Description DatabaseRedshiftDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement Database Modifier and Type Class Description classSAPHANADatabaseSAP HANA database.Methods in migratedb.v1.core.internal.database.saphana that return Database Modifier and Type Method Description DatabaseSAPHANADatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement Database Modifier and Type Class Description classSnowflakeDatabaseMethods in migratedb.v1.core.internal.database.snowflake that return Database Modifier and Type Method Description DatabaseSnowflakeDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement Database Modifier and Type Class Description classSpannerDatabaseMethods in migratedb.v1.core.internal.database.spanner that return Database Modifier and Type Method Description DatabaseSpannerDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement Database Modifier and Type Class Description classSQLiteDatabaseMethods in migratedb.v1.core.internal.database.sqlite that return Database Modifier and Type Method Description DatabaseSQLiteDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement Database Modifier and Type Class Description classSQLServerDatabaseMethods in migratedb.v1.core.internal.database.sqlserver that return Database Modifier and Type Method Description DatabaseSQLServerDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement Database Modifier and Type Class Description classSynapseDatabaseMethods in migratedb.v1.core.internal.database.sqlserver.synapse that return Database Modifier and Type Method Description DatabaseSynapseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement Database Modifier and Type Class Description classSybaseASEDatabaseMethods in migratedb.v1.core.internal.database.sybasease that return Database Modifier and Type Method Description DatabaseSybaseASEJConnectDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)DatabaseSybaseASEJTDSDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement Database Modifier and Type Class Description classYugabyteDBDatabaseMethods in migratedb.v1.core.internal.database.yugabytedb that return Database Modifier and Type Method Description DatabaseYugabyteDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of Database in migratedb.v1.core.internal.info
Constructors in migratedb.v1.core.internal.info with parameters of type Database Constructor Description MigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database database, Configuration configuration, TargetVersion target, List<MigrationPattern> cherryPick, ValidationContext validationContext) -
Uses of Database in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc with parameters of type Database Modifier and Type Method Description static ExecutionTemplateExecutionTemplateFactory. createExecutionTemplate(Connection connection, Database database)Creates a new execution template for this connection.static ExecutionTemplateExecutionTemplateFactory. createTableExclusiveExecutionTemplate(Connection connection, Table table, Database database)Creates a new execution template for this connection, which attempts to get exclusive access to the table -
Uses of Database in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return Database Modifier and Type Method Description DatabaseParsingContextImpl. getDatabase()Methods in migratedb.v1.core.internal.parser with parameters of type Database Modifier and Type Method Description voidParsingContextImpl. populate(Database database, Configuration configuration) -
Uses of Database in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type Database Modifier and Type Method Description static SchemaHistorySchemaHistoryFactory. getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database database, Schema schema)static SchemaHistoryFactory.SchemasWithDefaultSchemaHistoryFactory. scanSchemas(Configuration configuration, Database database)
-