| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> BindingSetSQLOutputContext<T> | BindingSetSQLOutputContext. convert(Converter<? extends T,? super U> converter)Create a new context from this one using a converter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Binding. set(BindingSetSQLOutputContext<U> ctx)Set a  SQLOutput'sINparameter. | 
| 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,
  Consumer<? super BindingGetSQLInputContext<U>> getSqlInputContext,
  Consumer<? super BindingSetSQLOutputContext<U>> setSqlOutputContext)Construct a binding from functions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BlobBinding. set(BindingSetSQLOutputContext<byte[]> ctx) | 
| void | ClobBinding. set(BindingSetSQLOutputContext<String> ctx) | 
| void | DateAsTimestampBinding. set(BindingSetSQLOutputContext<Timestamp> ctx) | 
| void | DefaultBinding. set(BindingSetSQLOutputContext<U> ctx) | 
Copyright © 2019. All rights reserved.