Uses of Package
org.axiondb.functions

Packages that use org.axiondb.functions
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.engine.commands AxionCommand implementations. 
org.axiondb.functions Function implementations. 
 

Classes in org.axiondb.functions used by org.axiondb
ConcreteFunction
          An executable Function, as opposed to a FunctionIdentifier.
 

Classes in org.axiondb.functions used by org.axiondb.engine.commands
ComparisonFunction
           
EqualFunction
           
 

Classes in org.axiondb.functions used by org.axiondb.functions
AggregateBigDecimalFunction
           
AggregateFunction
          An aggregate function, which evalutes a collection of Rows.
ArithmeticFunction
           
BaseBooleanBranchFunction
           
BaseFunction
          An abstract base ConcreteFunctionimplementation.
ComparisonFunction
           
ConcreteFunction
          An executable Function, as opposed to a FunctionIdentifier.
ScalarFunction
          A ConcreteFunction that evaluates a single Row.
SoundexFunction