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