org.axiondb.functions
Class OrFunction
java.lang.Object
org.axiondb.BaseSelectable
org.axiondb.functions.BaseFunction
org.axiondb.functions.BaseBooleanBranchFunction
org.axiondb.functions.OrFunction
- All Implemented Interfaces:
- ConcreteFunction, Function, FunctionFactory, ScalarFunction, Selectable, Serializable
- public class OrFunction
- extends BaseBooleanBranchFunction
- implements ScalarFunction, FunctionFactory
- Version:
- $Revision: 1.1 $ $Date: 2003/08/25 15:44:22 $
- See Also:
- Serialized Form
Methods inherited from class org.axiondb.functions.BaseFunction |
addArgument, getAlias, getArgument, getArgumentCount, getLabel, getName, setAlias, setArgument, setName, setVariableContext, toString |
OrFunction
public OrFunction()
makeNewInstance
public ConcreteFunction makeNewInstance()
- Specified by:
makeNewInstance
in interface FunctionFactory
exitOnValue
protected boolean exitOnValue()
- Specified by:
exitOnValue
in class BaseBooleanBranchFunction