Uses of Class
org.jooq.Clause
-
Packages that use Clause Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Clause in org.jooq
Methods in org.jooq that return Clause Modifier and Type Method Description Clause
VisitContext. clause()
The most recent clause that was encountered throughContext.start(Clause)
.Clause[]
QueryPartInternal. clauses(Context<?> ctx)
TheClause
s that are represented by this query part.Clause[]
VisitContext. clauses()
A path of clauses going through the visiting tree.static Clause
Clause. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Clause[]
Clause. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type Clause Modifier and Type Method Description C
Context. end(Clause clause)
C
Context. start(Clause clause)
TODO [#2667] Properties of these methods: - A clause is always started / ended, even if it isn't rendered or if it's empty! -
Uses of Clause in org.jooq.impl
Methods in org.jooq.impl that return Clause Modifier and Type Method Description Clause[]
AbstractRoutine. clauses(Context<?> ctx)
Clause[]
CatalogImpl. clauses(Context<?> ctx)
Clause[]
CustomCondition. clauses(Context<?> ctx)
Clause[]
CustomField. clauses(Context<?> ctx)
Clause[]
CustomQueryPart. clauses(Context<?> ctx)
Clause[]
SchemaImpl. clauses(Context<?> ctx)
Clause[]
SequenceImpl. clauses(Context<?> ctx)
Clause[]
TableImpl. clauses(Context<?> ctx)
-