Uses of Interface
org.axiondb.SelectableVisitor

Packages that use SelectableVisitor
org.axiondb.engine.visitors   
 

Uses of SelectableVisitor in org.axiondb.engine.visitors
 

Classes in org.axiondb.engine.visitors that implement SelectableVisitor
 class AssertGroupByRulesVisitor
          Assert general rules for Group By for Select Command.
 class FindAggregateFunctionVisitor
          Find Aggregate function in a Selectable.
 class FlattenWhereNodeVisitor
          Decomposes a WhereNodetree into a LinkedHashSetof WhereNodes that were originally ANDed together in the source tree.
 class ReferencesOtherTablesWhereNodeVisitor
          Return true if reference a table other than the given one, false otherwise.