Uses of Interface
org.jooq.Unwrapper
-
Packages that use Unwrapper 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 Unwrapper in org.jooq
Methods in org.jooq that return Unwrapper Modifier and Type Method Description UnwrapperUnwrapperProvider. provide()Provide an unwrapper for JDBC types.Methods in org.jooq with parameters of type Unwrapper Modifier and Type Method Description ConfigurationConfiguration. derive(Unwrapper newUnwrapper)Create a derived configuration from this one, with a new unwrapper.ConfigurationConfiguration. set(Unwrapper newUnwrapper)Change this configuration to hold a new unwrapper. -
Uses of Unwrapper in org.jooq.impl
Methods in org.jooq.impl with parameters of type Unwrapper Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(Unwrapper newUnwrapper)ConfigurationDefaultConfiguration. set(Unwrapper newUnwrapper)voidDefaultConfiguration. setUnwrapper(Unwrapper newUnwrapper) -
Uses of Unwrapper in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc with parameters of type Unwrapper Modifier and Type Method Description ConfigurationMockConfiguration. derive(Unwrapper newUnwrapper)ConfigurationMockConfiguration. set(Unwrapper newUnwrapper)
-