org.axiondb.functions
public class MatchesFunction extends BaseRegExpFunction implements ScalarFunction, FunctionFactory
Pattern pattern
represented by the second string.
Version: $Revision: 1.9 $ $Date: 2005/06/18 01:03:45 $
Field Summary | |
---|---|
protected static DataType | ARG_TYPE |
protected static DataType | RETURN_TYPE |
Constructor Summary | |
---|---|
MatchesFunction() |
Method Summary | |
---|---|
Object | evaluate(RowDecorator row) |
DataType | getDataType() |
boolean | isValid() |
ConcreteFunction | makeNewInstance() |