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