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 RowDecoratorIterator based upon some decorator and RowIterator.
 

Uses of RowDecoratorIterator in org.axiondb.functions
 

Methods in org.axiondb.functions with parameters of type RowDecoratorIterator
 Object AggregateFunction.evaluate(RowDecoratorIterator rows)
           
 Object AggregateBigDecimalFunction.evaluate(RowDecoratorIterator rows)
           
 Object AverageFunction.evaluate(RowDecoratorIterator rows)
           
 Object CountFunction.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, Statement stmt)