org.axiondb.functions
Class AndFunction
java.lang.Object
org.axiondb.BaseSelectable
org.axiondb.functions.BaseFunction
org.axiondb.functions.BaseBooleanBranchFunction
org.axiondb.functions.AndFunction
- All Implemented Interfaces:
- Serializable, Function, FunctionFactory, ConcreteFunction, ScalarFunction, Selectable
public class AndFunction
- 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 |
AndFunction
public AndFunction()
makeNewInstance
public ConcreteFunction makeNewInstance()
- Specified by:
makeNewInstance
in interface FunctionFactory
exitOnValue
protected boolean exitOnValue()
- Specified by:
exitOnValue
in class BaseBooleanBranchFunction