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