- 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 Commits
commits()
Initialise an emptyCommits
graph.@NotNull File
file
(String path, String content, ContentType type) Initialise aFile
@NotNull History
history()
@NotNull Migration
Create a migration from the currently installed version to a new version.@NotNull Version
Initialise aVersion
.Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
file
Initialise aFile
This 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 emptyCommits
graph.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.
-