- All Superinterfaces:
- ExecuteScope,- ResourceManagingScope,- Scope
A container type for 
Binding.set(BindingSetSQLOutputContext)
 arguments.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription<T> @NotNull BindingSetSQLOutputContext<T>Create a new context from this one using a converter.@NotNull SQLOutputoutput()TheSQLOutputto which a bind variable should be bound.value()The bind value that is being bound.Methods inherited from interface org.jooq.ExecuteScopeexecuteContext
- 
Method Details- 
outputTheSQLOutputto which a bind variable should be bound.
- 
valueU value()The bind value that is being bound.
- 
convert@NotNull <T> @NotNull BindingSetSQLOutputContext<T> convert(Converter<? extends T, ? super U> converter) Create a new context from this one using a converter.
 
-