| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context<C extends Context<C>>
A context type that is used for rendering SQL or for binding
This interface is for JOOQ INTERNAL USE only.
|
| 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. |
Copyright © 2013. All Rights Reserved.