Uses of Enum Class
org.jooq.Clause
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Clause in org.jooq
Modifier and TypeMethodDescription@NotNull Clause
VisitContext.clause()
The most recent clause that was encountered throughContext.start(Clause)
.Clause[]
TheClause
s that are represented by this query part.@NotNull Clause @NotNull []
VisitContext.clauses()
A path of clauses going through the visiting tree.static Clause
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static Clause[]
Clause.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Clause in org.jooq.impl