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 | Interface and Description |
---|---|
interface |
Context<C extends Context<C>>
A context type that is used for rendering SQL or for binding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BindContext
The bind context is used for binding
QueryPart 's and their contained
values to a PreparedStatement 's bind variables. |
interface |
RenderContext
The render context is used for rendering
QueryPart 's to SQL. |
Modifier and Type | Method and Description |
---|---|
Context<?> |
VisitContext.context()
The underlying
RenderContext or BindContext object. |
Modifier and Type | Method and Description |
---|---|
Clause[] |
QueryPartInternal.clauses(Context<?> ctx)
The
Clause s that are represented by this query part. |
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.