org.axiondb.functions
public class RowNumFunction extends BaseFunction implements ScalarFunction, FunctionFactory
Note that conditions testing whether ROWNUM() is greater than a positive integer will always fail (since for each tested row ROWNUM() will evaluate to 1).
Version: $Revision: 1.4 $ $Date: 2005/03/01 22:58:42 $
Constructor Summary | |
---|---|
RowNumFunction() |
Method Summary | |
---|---|
Object | evaluate(RowDecorator row) |
DataType | getDataType() |
boolean | isValid() |
ConcreteFunction | makeNewInstance() |