- All Superinterfaces:
- Scope
A container type for 
Binding.get(BindingGetStatementContext)
 arguments.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription<T> BindingGetStatementContext<T>Create a new context from this one using a converter.intindex()The column index at which the value is retrieved.TheCallableStatementfrom which a value is retrieved.voidA callback to which the resulting value is registered.
- 
Method Details- 
statementCallableStatement statement()TheCallableStatementfrom 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.
- 
convertCreate a new context from this one using a converter.
 
-