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 CharsetProviderConfiguration. charsetProvider()Get the configuredCharsetProviderfrom this configuration.Methods in org.jooq with parameters of type CharsetProvider Modifier and Type Method Description @NotNull ConfigurationConfiguration. derive(CharsetProvider newCharsetProvider)Create a derived configuration from this one, with a new charset provider.@NotNull ConfigurationConfiguration. 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 CharsetProviderDefaultConfiguration. charsetProvider()Methods in org.jooq.impl with parameters of type CharsetProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(CharsetProvider newCharsetProvider)ConfigurationDefaultConfiguration. 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 CharsetProviderMockConfiguration. charsetProvider()Methods in org.jooq.tools.jdbc with parameters of type CharsetProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(CharsetProvider newCharsetProvider)ConfigurationMockConfiguration. set(CharsetProvider newCharsetProvider)
-