Uses of Class
org.frankframework.jdbc.migration.JdbcMigrationException
Packages that use JdbcMigrationException
-
Uses of JdbcMigrationException in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration that throw JdbcMigrationExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractDatabaseMigrator.update()Run the migration script against the database.protected voidLiquibaseMigrator.update()protected abstract booleanAbstractDatabaseMigrator.validate()Validate the current already executed ChangeSets against the migration script.protected booleanLiquibaseMigrator.validate()