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 FlattenWhereNodeVisitor
          Decomposes a WhereNode tree into a HashSet of 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.