Uses of Package
org.axiondb.functions

Packages that use org.axiondb.functions
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.engine Core database machinery. 
org.axiondb.engine.commands AxionCommand implementations. 
org.axiondb.engine.visitors   
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
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.engine.visitors
ConcreteFunction
          An executable Function, as opposed to a FunctionIdentifier.
FunctionIdentifier
          A Selectable representing an unresolved Function.
 

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