- All Superinterfaces:
Scope
A container type for
Binding.get(BindingGetStatementContext)
arguments.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription<T> BindingGetStatementContext<T>
Create a new context from this one using a converter.int
index()
The column index at which the value is retrieved.TheCallableStatement
from which a value is retrieved.void
A callback to which the resulting value is registered.
-
Method Details
-
statement
CallableStatement statement()TheCallableStatement
from which a value is retrieved. -
index
int index()The column index at which the value is retrieved. -
value
A callback to which the resulting value is registered. -
convert
Create a new context from this one using a converter.
-