- 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 ExecuteContextTheExecuteContextthat created this scope. 
- 
Method Details
- 
executeContext
TheExecuteContextthat created this scope.- Returns:
 - The execute context. Can be 
nulle.g. when running in an R2DBC context, see [#11717]. 
 
 -