Class Summary |
BuiltinAggregation |
BuiltinAggregation is a basic aggregator for which special code
is generated. |
BuiltinAggregation.Count |
Count is an aggregator which returns the number of rows
which have gone into it. |
BuiltinAggregation.MinMax |
MinMax implements the "min" and "max" aggregator functions,
returning the returns the smallest/largest of the values which go into
it. |
BuiltinAggregation.Sum |
Sum is an aggregator which returns the sum of the values
which go into it. |
PlanWriter |
Callback for an expression to dump itself to. |
PreparedExecution |
PreparedExecution is a PreparedResult of a statement for which Java code was
generated by preparation. |
PreparedExplanation |
PreparedExplanation is a PreparedResult for an EXPLAIN PLAN statement. |
Statement |
A Statement is used to execute a saffron (or regular Java)
expression dynamically. |
Statement.Argument |
An Argument supplies a name/value pair to a statement. |
Statement.Thunk |
|