- All Superinterfaces:
- BindingScope,- ExecuteScope,- Scope
A container type for 
Binding.get(BindingGetStatementContext)
 arguments.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription<T> @NotNull BindingGetStatementContext<T> Create a new context from this one using a converter.intindex()The column index at which the value is retrieved.@NotNull CallableStatementTheCallableStatementfrom which a value is retrieved.voidA callback to which the resulting value is registered.Methods inherited from interface org.jooq.BindingScopeconverterContextMethods inherited from interface org.jooq.ExecuteScopeconverterContext, executeContextMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
statementTheCallableStatementfrom which a value is retrieved.
- 
indexint index()The column index at which the value is retrieved.
- 
valueA callback to which the resulting value is registered.
- 
convert@NotNull <T> @NotNull BindingGetStatementContext<T> convert(Converter<? super T, ? extends U> converter) Create a new context from this one using a converter.
 
-