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 GeneratorStatementTypeGeneratorContext.statementType()The statement type in which theGeneratoris being invoked, ornullwhen the statement type is unknown / not applicable.static GeneratorStatementTypeReturns 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 TypeMethodDescriptionbooleanDataType.computedOnClientStoredOn(GeneratorStatementType statementType) Whether this column is computed on the client.booleanDataType.computedOnClientStoredOn(GeneratorStatementType statementType, Configuration configuration) Whether this column is computed on the client.default booleanGenerator.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)