Uses of Enum Class
org.jooq.impl.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
Modifier and TypeMethodDescription@NotNull QOM.GenerationLocation
DataType.generationLocation()
Get theQOM.GenerationLocation
of the computed column expression of this data type, if any.Modifier and TypeMethodDescriptionDataType.generationLocation
(QOM.GenerationLocation generationOption) Set theDataType.generationLocation()
of the computed column expression. -
Uses of QOM.GenerationLocation in org.jooq.impl
Modifier 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.