Interface QueryEvaluationContext

All Known Implementing Classes:
ArrayBindingBasedQueryEvaluationContext, QueryEvaluationContext.Minimal

public interface QueryEvaluationContext
A QueryEvaluationContext stores values and methods that are valid throughout the lifetime of a query execution.

A classic case is the case of NOW() evaluation to the same instant for all invocations of that function in one query evaluation.