Uses of Interface
org.jooq.CharacterSet
Packages that use CharacterSet
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CharacterSet in org.jooq
Methods in org.jooq that return CharacterSetModifier and TypeMethodDescription@Nullable CharacterSet
DataType.characterSet()
Get the character set of this data type, ornull
if there is no character set, or if the default character set applies.Methods in org.jooq with parameters of type CharacterSetModifier and TypeMethodDescriptionDataType.characterSet
(CharacterSet characterSet) Return a new data type like this, with a new character set. -
Uses of CharacterSet in org.jooq.impl
Methods in org.jooq.impl that return CharacterSetModifier and TypeMethodDescriptionfinal CharacterSet
DefaultDataType.characterSet()
static @NotNull CharacterSet
DSL.characterSet
(String characterSet) Create a character set by its unqualified name.static @NotNull CharacterSet
DSL.characterSet
(Name characterSet) Create a character set by its qualified name.