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 |
---|---|
<T> BindingSetStatementContext<T> |
BindingSetStatementContext.convert(Converter<T,U> converter)
Create a new context from this one using a converter.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.set(BindingSetStatementContext<U> ctx)
Set a
PreparedStatement 's IN parameter. |
Modifier and Type | Method and Description |
---|---|
void |
BlobBinding.set(BindingSetStatementContext<byte[]> ctx) |
void |
ClobBinding.set(BindingSetStatementContext<String> ctx) |
void |
DateAsTimestampBinding.set(BindingSetStatementContext<Timestamp> ctx) |
void |
DefaultBinding.set(BindingSetStatementContext<U> ctx) |
Copyright © 2016. All Rights Reserved.