Uses of Enum Class
org.jooq.impl.QOM.GenerationOption
Packages that use QOM.GenerationOption
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.GenerationOption in org.jooq
Methods in org.jooq that return QOM.GenerationOptionModifier and TypeMethodDescription@NotNull QOM.GenerationOption
DataType.generationOption()
Get theQOM.GenerationOption
of the computed column expression of this data type, if any.Methods in org.jooq with parameters of type QOM.GenerationOptionModifier and TypeMethodDescriptionDataType.generationOption
(QOM.GenerationOption generationOption) Set theDataType.generationOption()
of the computed column expression. -
Uses of QOM.GenerationOption in org.jooq.impl
Methods in org.jooq.impl that return QOM.GenerationOptionModifier and TypeMethodDescriptionfinal QOM.GenerationOption
DefaultDataType.generationOption()
static QOM.GenerationOption
Returns the enum constant of this class with the specified name.static QOM.GenerationOption[]
QOM.GenerationOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.