- All Superinterfaces:
- Scope
The experimental migrations API.
 
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription@NotNull Commitscommits()Initialise an emptyCommitsgraph.@NotNull Filefile(String path, String content, ContentType type) Initialise aFile@NotNull Historyhistory()@NotNull MigrationCreate a migration from the currently installed version to a new version.@NotNull VersionInitialise aVersion.Methods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
fileInitialise aFileThis is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
versionInitialise aVersion.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
commitsInitialise an emptyCommitsgraph.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
- 
history
- 
migrateToCreate a migration from the currently installed version to a new version.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions. 
 
-