The History of 
Version elements as installed by previous
 Migrations.
 This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
- 
Method SummaryMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
rootThe rootVersion.This corresponds to the Configuration.commitProvider()'sCommits.root()if migrations have been initialised on the configured database.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. - Throws:
- DataMigrationVerificationException- If no root version is available (e.g. because no migration has happened yet).
 
- 
currentThe currently installedVersion.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. - Throws:
- DataMigrationVerificationException- If no root version is available (e.g. because no migration has happened yet).
 
- 
resolveResolve any previous failures in theHistory.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
 
-