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