Uses of Interface
org.jooq.Unwrapper
-
Packages that use Unwrapper Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package 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 Unwrapper
UnwrapperProvider. provide()
Provide an unwrapper for JDBC types.Methods in org.jooq with parameters of type Unwrapper Modifier and Type Method Description Configuration
Configuration. derive(Unwrapper newUnwrapper)
Create a derived configuration from this one, with a new unwrapper.Configuration
Configuration. 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 Configuration
DefaultConfiguration. derive(Unwrapper newUnwrapper)
Configuration
DefaultConfiguration. set(Unwrapper newUnwrapper)
void
DefaultConfiguration. 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 Configuration
MockConfiguration. derive(Unwrapper newUnwrapper)
Configuration
MockConfiguration. set(Unwrapper newUnwrapper)
-