Uses of Enum Class
org.jooq.GeneratorStatementType
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of GeneratorStatementType in org.jooq
Modifier and TypeMethodDescription@Nullable GeneratorStatementType
GeneratorContext.statementType()
The statement type in which theGenerator
is being invoked, ornull
when the statement type is unknown / not applicable.static GeneratorStatementType
Returns the enum constant of this class with the specified name.static GeneratorStatementType[]
GeneratorStatementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
DataType.computedOnClientStoredOn
(GeneratorStatementType statementType) Whether this column is computed on the client.boolean
DataType.computedOnClientStoredOn
(GeneratorStatementType statementType, Configuration configuration) Whether this column is computed on the client.default boolean
Generator.supports
(GeneratorStatementType statementType) Whether this generator supports a given statement type. -
Uses of GeneratorStatementType in org.jooq.impl
ModifierConstructorDescriptionAuditGenerator
(AuditType auditType, GeneratorStatementType... statementTypes)