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<? super T,? extends 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 |
---|---|
static <T,U> Binding<T,U> |
Binding.of(Converter<T,U> converter,
Consumer<? super BindingSQLContext<U>> sqlContext,
Consumer<? super BindingGetResultSetContext<U>> getResultSetContext,
Consumer<? super BindingSetStatementContext<U>> setStatementContext,
Consumer<? super BindingRegisterContext<U>> registerContext,
Consumer<? super BindingGetStatementContext<U>> getStatementContext)
Construct a binding from functions.
|
static <T,U> Binding<T,U> |
Binding.of(Converter<T,U> converter,
Consumer<? super BindingSQLContext<U>> sqlContext,
Consumer<? super BindingGetResultSetContext<U>> getResultSetContext,
Consumer<? super BindingSetStatementContext<U>> setStatementContext,
Consumer<? super BindingRegisterContext<U>> registerContext,
Consumer<? super BindingGetStatementContext<U>> getStatementContext,
Consumer<? super BindingGetSQLInputContext<U>> getSqlInputContext,
Consumer<? super BindingSetSQLOutputContext<U>> setSqlOutputContext)
Construct a binding from functions.
|
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 © 2019. All rights reserved.