- All Superinterfaces:
- Scope
- All Known Subinterfaces:
- BindContext,- BindingGetResultSetContext<U>,- BindingGetSQLInputContext<U>,- BindingGetStatementContext<U>,- BindingRegisterContext<U>,- BindingSetSQLOutputContext<U>,- BindingSetStatementContext<U>,- Context<C>,- RenderContext
A 
Scope that knows its ExecuteContext.- 
Method SummaryModifier and TypeMethodDescriptionGet theConverterContextfrom the context of thisExecuteScope.@Nullable ExecuteContextTheExecuteContextthat created this scope.Methods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
converterContextConverterContext converterContext()Get theConverterContextfrom the context of thisExecuteScope.
- 
executeContextTheExecuteContextthat created this scope.- Returns:
- The execute context. Can be nulle.g. when running in an R2DBC context, see [#11717].
 
 
-