| Package | Description |
|---|---|
| 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. |
| Class and Description |
|---|
| ConcreteFunction
An executable
Function, as opposed to a FunctionIdentifier. |
| Class and Description |
|---|
| ConcreteFunction
An executable
Function, as opposed to a FunctionIdentifier. |
| Class and Description |
|---|
| ComparisonFunction |
| EqualFunction |
| Class and Description |
|---|
| ConcreteFunction
An executable
Function, as opposed to a FunctionIdentifier. |
| FunctionIdentifier
A
Selectable representing an unresolved Function. |
| Class and Description |
|---|
| 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 |