Uses of Interface
org.jooq.Migration
-
Packages that use Migration Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Migration in org.jooq
Methods in org.jooq that return Migration Modifier and Type Method Description Migration
DSLContext. migrateTo(Version to)
Create a migration from the currently installed version to a new version. -
Uses of Migration in org.jooq.impl
Methods in org.jooq.impl that return Migration Modifier and Type Method Description Migration
DefaultDSLContext. migrateTo(Version to)
-