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 |
---|---|
BindContext |
BindContext.bind(java.util.Collection<? extends QueryPart> parts)
Deprecated.
- 3.2.0 - [#2666] - Use
Context.visit(QueryPart) instead |
BindContext |
BindContext.bind(QueryPart part)
Deprecated.
- 3.2.0 - [#2666] - Use
Context.visit(QueryPart) instead |
BindContext |
BindContext.bind(QueryPart[] parts)
Deprecated.
- 3.2.0 - [#2666] - Use
Context.visit(QueryPart) instead |
BindContext |
VisitContext.bindContext()
|
BindContext |
DSLContext.bindContext(java.sql.PreparedStatement stmt)
Deprecated.
- [#6280] - 3.10 - Do not reuse this method. It will be
completely internal with jOOQ 4.0
|
BindContext |
BindContext.bindValue(java.lang.Object value,
java.lang.Class<?> type)
Deprecated.
- 3.4.0 - [#3114] - Use
bindValue(Object, Field) instead |
BindContext |
Context.bindValue(java.lang.Object value,
Field<?> field)
Bind a value using a specific type.
|
BindContext |
BindContext.bindValue(java.lang.Object value,
Field<?> field)
Bind a value using a specific type.
|
BindContext |
BindContext.bindValues(java.lang.Object... values)
Deprecated.
- 3.4.0 - [#3114] - Use
bindValue(Object, Field) instead |
Modifier and Type | Method and Description |
---|---|
void |
QueryPartInternal.bind(BindContext ctx)
Deprecated.
- 3.4.0 - [#2694] - Use
QueryPartInternal.accept(Context) instead. |
Modifier and Type | Method and Description |
---|---|
BindContext |
DefaultDSLContext.bindContext(java.sql.PreparedStatement stmt) |
Copyright © 2018. All Rights Reserved.