Module org.jooq
Package org.jooq

Interface ExecuteContext

All Superinterfaces:
Scope

public interface ExecuteContext extends Scope
A context object for Query execution passed to registered ExecuteListener's.

This type implements Scope and thus has a lifecycle defined by the query execution.

The Scope.data() map contents are maintained for the entirety of the execution, and are passed along to child Scope types, including e.g.

  • BindingScope: When passing bind values or reading results.
Author:
Lukas Eder
See Also: