Package | Description |
---|---|
org.axiondb.engine.rowiterators |
RowIterator implementations. |
org.axiondb.functions |
Function implementations. |
org.axiondb.jdbc |
JDBC implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
RowIteratorRowDecoratorIterator
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SumFunction.evaluate(RowDecoratorIterator rows) |
java.lang.Object |
ComparableAggregateFunction.evaluate(RowDecoratorIterator rows) |
java.lang.Object |
AverageFunction.evaluate(RowDecoratorIterator rows) |
java.lang.Object |
AggregateFunction.evaluate(RowDecoratorIterator rows) |
java.lang.Object |
CountFunction.evaluate(RowDecoratorIterator rows) |
Modifier and Type | Field and Description |
---|---|
protected RowDecoratorIterator |
AxionResultSet._rows |
Constructor and Description |
---|
AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected)
Deprecated.
use {@link #AxionResultSet(RowDecoratorIterator,Selectable,Statement)
|
AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected,
java.sql.Statement stmt) |