- All Superinterfaces:
Scope
- All Known Subinterfaces:
BindingGetResultSetContext<U>
,BindingGetSQLInputContext<U>
,BindingGetStatementContext<U>
,BindingRegisterContext<U>
,BindingSetSQLOutputContext<U>
,BindingSetStatementContext<U>
A
Scope
that knows its ExecuteContext
.-
Method Summary
Modifier and TypeMethodDescription@Nullable ExecuteContext
TheExecuteContext
that created this scope.
-
Method Details
-
executeContext
TheExecuteContext
that created this scope.- Returns:
- The execute context. Can be
null
e.g. when running in an R2DBC context, see [#11717].
-