org.axiondb.functions
public class UpperFunction extends BaseFunction implements ScalarFunction, FunctionFactory
string
representing the upper
case version of the input string .
Version: $Revision: 1.6 $ $Date: 2005/03/05 01:35:35 $
Constructor Summary | |
---|---|
UpperFunction() |
Method Summary | |
---|---|
Object | evaluate(RowDecorator row) |
DataType | getDataType() |
boolean | isValid() |
ConcreteFunction | makeNewInstance() |