org.axiondb.functions
public class CharFunction extends BaseFunction implements ScalarFunction, FunctionFactory
CHAR(number)
: returns the character
representing the unicode value number .
Version: $Revision: 1.6 $ $Date: 2005/05/02 22:28:41 $
Constructor Summary | |
---|---|
CharFunction() |
Method Summary | |
---|---|
Object | evaluate(RowDecorator row) |
DataType | getDataType() |
boolean | isValid() |
ConcreteFunction | makeNewInstance() |