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