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.
|
java.sql.SQLOutput |
output()
The
SQLOutput to which a bind variable should be bound. |
U |
value()
The bind value that is being bound.
|
java.sql.SQLOutput output()
SQLOutput
to which a bind variable should be bound.U value()
<T> BindingSetSQLOutputContext<T> convert(Converter<T,U> converter)
Copyright © 2015. All Rights Reserved.