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