Uses of Interface
org.axiondb.RowDecoratorIterator

Packages that use RowDecoratorIterator
org.axiondb.engine.rowiterators RowIterator implementations. 
org.axiondb.functions Function implementations. 
org.axiondb.jdbc JDBC implementations. 
 

Uses of RowDecoratorIterator in org.axiondb.engine.rowiterators
 

Classes in org.axiondb.engine.rowiterators that implement RowDecoratorIterator
 class RowIteratorRowDecoratorIterator
          A RowDecoratorIteratorbased upon some decoratorand RowIterator.
 

Uses of RowDecoratorIterator in org.axiondb.functions
 

Methods in org.axiondb.functions with parameters of type RowDecoratorIterator
 java.lang.Object AggregateFunction.evaluate(RowDecoratorIterator rows)
           
 java.lang.Object ComparableAggregateFunction.evaluate(RowDecoratorIterator rows)
           
 java.lang.Object CountFunction.evaluate(RowDecoratorIterator rows)
           
 java.lang.Object SumFunction.evaluate(RowDecoratorIterator rows)
           
 java.lang.Object AverageFunction.evaluate(RowDecoratorIterator rows)
           
 

Uses of RowDecoratorIterator in org.axiondb.jdbc
 

Fields in org.axiondb.jdbc declared as RowDecoratorIterator
protected  RowDecoratorIterator AxionResultSet._rows
           
 

Constructors in org.axiondb.jdbc with parameters of type RowDecoratorIterator
AxionResultSet(RowDecoratorIterator rows, Selectable[] selected)
          Deprecated. use {@link #AxionResultSet(RowDecoratorIterator,Selectable,Statement)
AxionResultSet(RowDecoratorIterator rows, Selectable[] selected, java.sql.Statement stmt)