Uses of Enum Class
org.jooq.GeneratorStatementType
Packages that use GeneratorStatementType
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of GeneratorStatementType in org.jooq
Methods in org.jooq that return GeneratorStatementTypeModifier 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.Methods in org.jooq with parameters of type GeneratorStatementTypeModifier 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
Methods in org.jooq.impl with parameters of type GeneratorStatementTypeConstructors in org.jooq.impl with parameters of type GeneratorStatementTypeModifierConstructorDescriptionAuditGenerator
(AuditType auditType, GeneratorStatementType... statementTypes)