org.axiondb.functions
Class SoundsLikeFunction
java.lang.Object
org.axiondb.BaseSelectable
org.axiondb.functions.BaseFunction
org.axiondb.functions.SoundexFunction
org.axiondb.functions.SoundsLikeFunction
- All Implemented Interfaces:
- ConcreteFunction, Function, FunctionFactory, ScalarFunction, Selectable, Serializable
- public class SoundsLikeFunction
- extends SoundexFunction
- implements ScalarFunction, FunctionFactory
- Version:
- $Revision: 1.2 $ $Date: 2004/09/09 23:47:44 $
- See Also:
- Serialized Form
Methods inherited from class org.axiondb.functions.BaseFunction |
addArgument, getAlias, getArgument, getArgumentCount, getLabel, getName, setAlias, setArgument, setName, setVariableContext, toString |
SoundsLikeFunction
public SoundsLikeFunction()
- Creates a new instance of Class
makeNewInstance
public ConcreteFunction makeNewInstance()
- Specified by:
makeNewInstance
in interface FunctionFactory
- Overrides:
makeNewInstance
in class SoundexFunction
getDataType
public DataType getDataType()
BooleanType
- Specified by:
getDataType
in interface Selectable
- Overrides:
getDataType
in class SoundexFunction
evaluate
public Object evaluate(RowDecorator row)
throws AxionException
- Specified by:
evaluate
in interface ScalarFunction
- Overrides:
evaluate
in class SoundexFunction
- Throws:
AxionException
isValid
public boolean isValid()
- Specified by:
isValid
in interface ConcreteFunction
- Overrides:
isValid
in class SoundexFunction