Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and 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 |
Function.evaluate(GroupResolver group,
VariableResolver resolver,
QueryContext context)
Evaluates the function and returns a TObject that represents the result
of the function.
|
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 |
AbstractAggregateFunction.postEvalAggregate(GroupResolver group,
QueryContext context,
TObject result)
Called just before the value is returned to the parent.
|
Copyright © 2015. All rights reserved.