public interface BindingGetResultSetContext<U> extends Scope
Binding.get(BindingGetResultSetContext)
 arguments.| Modifier and Type | Method and Description | 
|---|---|
<T> BindingGetResultSetContext<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. 
 | 
ResultSet | 
resultSet()
The  
ResultSet from which a value is retrieved. | 
void | 
value(U value)
A callback to which the resulting value is registered. 
 | 
int index()
void value(U value)
<T> BindingGetResultSetContext<T> convert(Converter<T,U> converter)
Copyright © 2015. All Rights Reserved.