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