Uses of Interface
org.jooq.MigrationContext
-
Uses of MigrationContext in org.jooq
Modifier and TypeMethodDescriptiondefault void
MigrationListener.migrationEnd
(MigrationContext ctx) Invoked at the end of aMigration
.default void
MigrationListener.migrationStart
(MigrationContext ctx) Invoked at the start of aMigration
.default void
MigrationListener.queriesEnd
(MigrationContext ctx) Invoked at the end of a set ofQueries
that describe a single version increment.default void
MigrationListener.queriesStart
(MigrationContext ctx) Invoked at the start of a set ofQueries
that describe a single version increment.default void
MigrationListener.queryEnd
(MigrationContext ctx) Invoked at the start of an individualQuery
.default void
MigrationListener.queryStart
(MigrationContext ctx) Invoked at the start of an individualQuery
.