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 |
BindContext
The bind context is used for binding
QueryPart 's and their contained
values to a PreparedStatement 's bind variables. |
interface |
BindingGetResultSetContext<U>
A container type for
Binding.get(BindingGetResultSetContext)
arguments. |
interface |
BindingGetSQLInputContext<U>
A container type for
Binding.get(BindingGetSQLInputContext)
arguments. |
interface |
BindingGetStatementContext<U>
A container type for
Binding.get(BindingGetStatementContext)
arguments. |
interface |
BindingRegisterContext<U>
A container type for
Binding.register(BindingRegisterContext)
arguments. |
interface |
BindingSetSQLOutputContext<U>
A container type for
Binding.set(BindingSetSQLOutputContext)
arguments. |
interface |
BindingSetStatementContext<U>
A container type for
Binding.set(BindingSetStatementContext)
arguments. |
interface |
BindingSQLContext<U>
A container type for
Binding.sql(BindingSQLContext) arguments. |
interface |
Context<C extends Context<C>>
A context type that is used for rendering SQL or for binding.
|
interface |
DSLContext
A contextual DSL providing "attached" implementations to the
org.jooq interfaces. |
interface |
ExecuteContext
A context object for
Query execution passed to registered
ExecuteListener 's. |
interface |
RecordContext
A context object for
Record manipulation passed to registered
RecordListener 's. |
interface |
RenderContext
The render context is used for rendering
QueryPart 's to SQL. |
interface |
TransactionContext
A context object that is used to pass arguments to the various methods of
TransactionProvider . |
interface |
VisitContext
A context object for
QueryPart traversal passed to registered
VisitListener 's. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDSLContext
A default implementation for
DSLContext . |
Copyright © 2016. All Rights Reserved.