- All Superinterfaces:
 ExecuteScope,Scope
A container type for 
Binding.get(BindingGetResultSetContext)
 arguments.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription<T> @NotNull BindingGetResultSetContext<T>Create a new context from this one using a converter.field()intindex()The column index at which the value is retrieved.@NotNull ResultSetTheResultSetfrom which a value is retrieved.voidA callback to which the resulting value is registered.Methods inherited from interface org.jooq.ExecuteScope
executeContext 
- 
Method Details
- 
resultSet
TheResultSetfrom which a value is retrieved. - 
index
int index()The column index at which the value is retrieved. - 
field
 - 
value
A callback to which the resulting value is registered. - 
convert
@NotNull <T> @NotNull BindingGetResultSetContext<T> convert(Converter<? super T, ? extends U> converter) Create a new context from this one using a converter. 
 -