Uses of Interface
org.jooq.VersionProvider
-
Packages that use VersionProvider Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of VersionProvider in org.jooq
Methods in org.jooq that return VersionProvider Modifier and Type Method Description VersionProviderConfiguration. versionProvider()Get this configuration's underlying meta provider.Methods in org.jooq with parameters of type VersionProvider Modifier and Type Method Description ConfigurationConfiguration. derive(VersionProvider newVersionProvider)Create a derived configuration from this one, with a new version provider.ConfigurationConfiguration. set(VersionProvider newVersionProvider)Change this configuration to hold a new version provider. -
Uses of VersionProvider in org.jooq.impl
Classes in org.jooq.impl that implement VersionProvider Modifier and Type Class Description classDefaultVersionProviderA default implementation of theVersionProviderSPI, which provides a materialisation of the currently available database version graph.Methods in org.jooq.impl that return VersionProvider Modifier and Type Method Description VersionProviderDefaultConfiguration. versionProvider()Methods in org.jooq.impl with parameters of type VersionProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(VersionProvider newVersionProvider)ConfigurationDefaultConfiguration. set(VersionProvider newVersionProvider)voidDefaultConfiguration. setVersionProvider(VersionProvider newVersionProvider) -
Uses of VersionProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return VersionProvider Modifier and Type Method Description VersionProviderMockConfiguration. versionProvider()Methods in org.jooq.tools.jdbc with parameters of type VersionProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(VersionProvider newVersionProvider)ConfigurationMockConfiguration. set(VersionProvider newVersionProvider)
-