org.axiondb.functions
Class EqualFunction
java.lang.Object
org.axiondb.BaseSelectable
org.axiondb.functions.BaseFunction
org.axiondb.functions.ComparisonFunction
org.axiondb.functions.EqualFunction
- All Implemented Interfaces:
- Serializable, Function, FunctionFactory, ConcreteFunction, ScalarFunction, Selectable
public class EqualFunction
- extends ComparisonFunction
- implements ScalarFunction, FunctionFactory
- Version:
- $Revision: 1.4 $ $Date: 2003/12/09 19:22:45 $
- See Also:
- Serialized Form
Methods inherited from class org.axiondb.functions.BaseFunction |
addArgument, getAlias, getArgument, getArgumentCount, getLabel, getName, setAlias, setArgument, setName, setVariableContext, toString |
EqualFunction
public EqualFunction()
makeNewInstance
public ConcreteFunction makeNewInstance()
- Specified by:
makeNewInstance
in interface FunctionFactory
compare
protected boolean compare(int value)
- Specified by:
compare
in class ComparisonFunction