Uses of Interface
org.jooq.VersionProvider
-
Packages that use VersionProvider Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This package 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 VersionProvider
Configuration. versionProvider()
Get this configuration's underlying meta provider.Methods in org.jooq with parameters of type VersionProvider Modifier and Type Method Description Configuration
Configuration. derive(VersionProvider newVersionProvider)
Create a derived configuration from this one, with a new version provider.Configuration
Configuration. 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 class
DefaultVersionProvider
A default implementation of theVersionProvider
SPI, which provides a materialisation of the currently available database version graph.Methods in org.jooq.impl that return VersionProvider Modifier and Type Method Description VersionProvider
DefaultConfiguration. versionProvider()
Methods in org.jooq.impl with parameters of type VersionProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(VersionProvider newVersionProvider)
Configuration
DefaultConfiguration. set(VersionProvider newVersionProvider)
void
DefaultConfiguration. 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 VersionProvider
MockConfiguration. versionProvider()
Methods in org.jooq.tools.jdbc with parameters of type VersionProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(VersionProvider newVersionProvider)
Configuration
MockConfiguration. set(VersionProvider newVersionProvider)
-