Uses of Class
org.jooq.exception.DataMigrationVerificationException
Packages that use DataMigrationVerificationException
- 
Uses of DataMigrationVerificationException in org.jooqMethods in org.jooq that throw DataMigrationVerificationExceptionModifier and TypeMethodDescriptionvoidMigration.baseline()Create a baseline from the current schema using the pending changes, if they match.@NotNull CommitCommits.current()The current node.@NotNull HistoryVersionHistory.current()The currently installedVersion.@NotNull CommitCommits.latest()The latest node.@NotNull CommitsLoad directory content into this commits graph.@NotNull CommitsCommits.load(MigrationsType migrations) Load XML content into this commits graph.voidMigration.logHistory()Log the most recent versions from the migration history to the configured logger.voidMigration.logPending()Log the pending migration to the configured logger.voidMigration.logUntracked()Log the untracked database changes of the migration schemas.@NotNull HistoryVersionHistory.root()The rootVersion.voidMigration.verify()Verify the correctness of a migration.