Uses of Interface
org.jooq.CharsetProvider
-
Packages that use CharsetProvider 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 CharsetProvider in org.jooq
Methods in org.jooq that return CharsetProvider Modifier and Type Method Description @NotNull CharsetProvider
Configuration. charsetProvider()
Get the configuredCharsetProvider
from this configuration.Methods in org.jooq with parameters of type CharsetProvider Modifier and Type Method Description @NotNull Configuration
Configuration. derive(CharsetProvider newCharsetProvider)
Create a derived configuration from this one, with a new charset provider.@NotNull Configuration
Configuration. set(CharsetProvider newCharsetProvider)
Change this configuration to hold a new charset provider. -
Uses of CharsetProvider in org.jooq.impl
Methods in org.jooq.impl that return CharsetProvider Modifier and Type Method Description CharsetProvider
DefaultConfiguration. charsetProvider()
Methods in org.jooq.impl with parameters of type CharsetProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(CharsetProvider newCharsetProvider)
Configuration
DefaultConfiguration. set(CharsetProvider newCharsetProvider)
-
Uses of CharsetProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return CharsetProvider Modifier and Type Method Description CharsetProvider
MockConfiguration. charsetProvider()
Methods in org.jooq.tools.jdbc with parameters of type CharsetProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(CharsetProvider newCharsetProvider)
Configuration
MockConfiguration. set(CharsetProvider newCharsetProvider)
-