public interface BindingGetStatementContext<U> extends Scope
Binding.get(BindingGetStatementContext)
arguments.Modifier and Type | Method and Description |
---|---|
<T> BindingGetStatementContext<T> |
convert(Converter<T,U> converter)
Create a new context from this one using a converter.
|
int |
index()
The column index at which the value is retrieved.
|
CallableStatement |
statement()
The
CallableStatement from which a value is retrieved. |
void |
value(U value)
A callback to which the resulting value is registered.
|
CallableStatement statement()
CallableStatement
from which a value is retrieved.int index()
void value(U value)
<T> BindingGetStatementContext<T> convert(Converter<T,U> converter)
Copyright © 2016. All Rights Reserved.