- 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 Summary
Modifier and TypeMethodDescriptionGet theConverterContext
from the context of thisExecuteScope
.@Nullable ExecuteContext
TheExecuteContext
that created this scope.Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
converterContext
ConverterContext converterContext()Get theConverterContext
from the context of thisExecuteScope
. -
executeContext
TheExecuteContext
that created this scope.- Returns:
- The execute context. Can be
null
e.g. when running in an R2DBC context, see [#11717].
-