Uses of Class
org.axiondb.functions.EqualFunction

Packages that use EqualFunction
org.axiondb.engine.commands AxionCommand implementations. 
 

Uses of EqualFunction in org.axiondb.engine.commands
 

Methods in org.axiondb.engine.commands that return EqualFunction
static EqualFunction AxionQueryOptimizer.findColumnLiteralEqualFunction(TableIdentifier tid, Set conditions)
          find the equal function involving a column and literal This function then can be apply first to restrict the number of rows returned by an iterator.