Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Clause |
VisitContext.clause()
The most recent clause that was encountered through
Context.start(Clause) . |
Clause[] |
VisitContext.clauses()
A path of clauses going through the visiting tree.
|
Clause[] |
QueryPartInternal.clauses(Context<?> ctx)
The
Clause s that are represented by this query part. |
static Clause |
Clause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Clause[] |
Clause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and 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!
|
Modifier and Type | Method and Description |
---|---|
Clause[] |
UDTImpl.clauses(Context<?> ctx) |
Clause[] |
TableImpl.clauses(Context<?> ctx) |
Clause[] |
SchemaImpl.clauses(Context<?> ctx) |
Clause[] |
PackageImpl.clauses(Context<?> ctx) |
Clause[] |
KeywordImpl.clauses(Context<?> ctx) |
Clause[] |
CustomQueryPart.clauses(Context<?> ctx) |
Clause[] |
CustomField.clauses(Context<?> ctx) |
Clause[] |
CustomCondition.clauses(Context<?> ctx) |
Clause[] |
CatalogImpl.clauses(Context<?> ctx) |
Clause[] |
AbstractRoutine.clauses(Context<?> ctx) |
Copyright © 2014. All Rights Reserved.