- All Superinterfaces:
- Scope
An executable migration between two 
Commit instances.
 
 This type is a Scope with independent lifecycle and its own
 Scope.data() map.
 
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
- 
Method SummaryMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
fromCommit from()The version that is being migrated from.
- 
toCommit to()The version that is being migrated to.
- 
queriesThe queries that are executed by the migration.
- 
verifyVerify the correctness of a migration.- Throws:
- DataMigrationVerificationException- When something went wrong during the verification of the migration.
 
- 
executeApply the migration.- Throws:
- DataMigrationException- When something went wrong during the application of the migration.
 
 
-