Uses of Class
migratedb.v1.core.api.MigrateDbException
-
Packages that use MigrateDbException Package Description migratedb.v1.core The main MigrateDB package and for most users, the only one they'll ever need to know about.migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.internal.command Private API.migratedb.v1.core.internal.exception Private API.migratedb.v1.core.internal.jdbc Private API.migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of MigrateDbException in migratedb.v1.core
Methods in migratedb.v1.core that throw MigrateDbException Modifier and Type Method Description BaselineResultMigrateDb. baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion.RepairResultMigrateDb. repair()Repairs the MigrateDb schema history table.voidMigrateDb. validate()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly.ValidateResultMigrateDb. validateWithResult()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly. -
Uses of MigrateDbException in migratedb.v1.core.api
Subclasses of MigrateDbException in migratedb.v1.core.api Modifier and Type Class Description classMigrateDbValidateExceptionException thrown when MigrateDB encounters a problem with Validate. -
Uses of MigrateDbException in migratedb.v1.core.internal.command
Subclasses of MigrateDbException in migratedb.v1.core.internal.command Modifier and Type Class Description static classDbMigrate.MigrateDbMigrateExceptionMethods in migratedb.v1.core.internal.command that throw MigrateDbException Modifier and Type Method Description MigrateResultDbMigrate. migrate()Starts the actual migration. -
Uses of MigrateDbException in migratedb.v1.core.internal.exception
Subclasses of MigrateDbException in migratedb.v1.core.internal.exception Modifier and Type Class Description classMigrateDbSqlExceptionThe specific exception thrown when MigrateDB encounters a problem in SQL statement.classMigrateDbUpgradeRequiredExceptionThrown when an attempt was made to migrate an outdated database version not supported by MigrateDB . -
Uses of MigrateDbException in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc that throw MigrateDbException Modifier and Type Method Description ConnectionJdbcConnectionFactoryImpl. openConnection()static ConnectionJdbcUtils. openConnection(ConnectionProvider dataSource, int connectRetries, int connectRetriesInterval, DatabaseTypeRegister databaseTypeRegister)Opens a new connection fromdataSource. -
Uses of MigrateDbException in migratedb.v1.core.internal.sqlscript
Subclasses of MigrateDbException in migratedb.v1.core.internal.sqlscript Modifier and Type Class Description classMigrateDbSqlScriptExceptionThis specific exception thrown when MigrateDB encounters a problem in SQL script
-