Module org.jooq
Package org.jooq

Interface ExecuteScope

All Superinterfaces:
Scope
All Known Subinterfaces:
BindContext, BindingGetResultSetContext<U>, BindingGetSQLInputContext<U>, BindingGetStatementContext<U>, BindingRegisterContext<U>, BindingSetSQLOutputContext<U>, BindingSetStatementContext<U>, Context<C>, RenderContext

public interface ExecuteScope extends Scope
A Scope that knows its ExecuteContext.
  • Method Details

    • executeContext

      @Nullable @Nullable ExecuteContext executeContext()
      The ExecuteContext that created this scope.
      Returns:
      The execute context. Can be null e.g. when running in an R2DBC context, see [#11717].