Uses of Interface
org.jooq.Unwrapper
-
Packages that use Unwrapper 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 Unwrapper in org.jooq
Methods in org.jooq that return Unwrapper Modifier and Type Method Description @NotNull Unwrapper
UnwrapperProvider. provide()
Provide an unwrapper for JDBC types.Methods in org.jooq with parameters of type Unwrapper Modifier and Type Method Description @NotNull Configuration
Configuration. derive(Unwrapper newUnwrapper)
Create a derived configuration from this one, with a new unwrapper.@NotNull 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)
-