|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparisonFunction | |
---|---|
org.axiondb.engine.commands | AxionCommand implementations. |
org.axiondb.functions | Function implementations. |
Uses of ComparisonFunction in org.axiondb.engine.commands |
---|
Methods in org.axiondb.engine.commands that return ComparisonFunction | |
---|---|
static ComparisonFunction |
AxionQueryOptimizer.findFirstColumnColumnComparisonFunction(java.util.Set columnColumnConditions,
TableIdentifier tid,
Table table,
boolean mustCheckForIndex)
|
Methods in org.axiondb.engine.commands with parameters of type ComparisonFunction | |
---|---|
static Selectable |
AxionQueryOptimizer.getColumnRefersTable(ComparisonFunction fn,
TableIdentifier tid)
|
static boolean |
AxionQueryOptimizer.hasTableReference(ComparisonFunction fn,
TableIdentifier tid)
|
Uses of ComparisonFunction in org.axiondb.functions |
---|
Subclasses of ComparisonFunction in org.axiondb.functions | |
---|---|
class |
EqualFunction
|
class |
GreaterThanFunction
|
class |
GreaterThanOrEqualFunction
|
class |
LessThanFunction
|
class |
LessThanOrEqualFunction
|
class |
NotEqualFunction
|
Methods in org.axiondb.functions that return ComparisonFunction | |
---|---|
ComparisonFunction |
ComparisonFunction.flip()
|
protected abstract ComparisonFunction |
ComparisonFunction.makeFlipFunction()
|
protected ComparisonFunction |
EqualFunction.makeFlipFunction()
|
protected ComparisonFunction |
GreaterThanFunction.makeFlipFunction()
|
protected ComparisonFunction |
GreaterThanOrEqualFunction.makeFlipFunction()
|
protected ComparisonFunction |
LessThanFunction.makeFlipFunction()
|
protected ComparisonFunction |
LessThanOrEqualFunction.makeFlipFunction()
|
protected ComparisonFunction |
NotEqualFunction.makeFlipFunction()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |