public interface BindingSetSQLOutputContext<U> extends Scope
Binding.set(BindingSetSQLOutputContext)
arguments.Modifier and Type | Method and Description |
---|---|
<T> BindingSetSQLOutputContext<T> |
convert(Converter<T,U> converter)
Create a new context from this one using a converter.
|
SQLOutput |
output()
The
SQLOutput to which a bind variable should be bound. |
U |
value()
The bind value that is being bound.
|
Copyright © 2016. All Rights Reserved.