- All Superinterfaces:
 Scope
The experimental migrations API.
 
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier 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.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings 
- 
Method Details
- 
file
Initialise aFileThis is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
version
Initialise aVersion.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
commits
Initialise an emptyCommitsgraph.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 - 
history
 - 
migrateTo
Create a migration from the currently installed version to a new version.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
 
 -