| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| 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. |
Copyright © 2013. All Rights Reserved.