Uses of Interface
com.mckoi.database.GroupResolver
-
Packages that use GroupResolver Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of GroupResolver in com.mckoi.database
Methods in com.mckoi.database with parameters of type GroupResolver Modifier and Type Method Description abstract TObject
Operator. eval(TObject ob1, TObject ob2, GroupResolver group, VariableResolver resolver, QueryContext context)
abstract TObject
AbstractAggregateFunction. evalAggregate(GroupResolver group, QueryContext context, TObject val1, TObject val2)
Evaluates the aggregate function for the given values and returns the result.TObject
AbstractAggregateFunction. evaluate(GroupResolver group, VariableResolver resolver, QueryContext context)
TObject
Expression. evaluate(GroupResolver group, VariableResolver resolver, QueryContext context)
Evaluates this expression and returns an Object that represents the result of the evaluation.TObject
Function. evaluate(GroupResolver group, VariableResolver resolver, QueryContext context)
Evaluates the function and returns a TObject that represents the result of the function.TObject
AbstractAggregateFunction. postEvalAggregate(GroupResolver group, QueryContext context, TObject result)
Called just before the value is returned to the parent.
-