| |
|
| java.lang.Object org.openharmonise.commons.dsi.dml.functions.ToDate
ToDate | public class ToDate extends Object implements Function(Code) | | A date conversion function.
author: Michael Bell version: $Revision: 1.1 $ |
Constructor Summary | |
public | ToDate(String sVal) Constructs a 'toDate' function representation with the given
parameter. | public | ToDate(ColumnRef colRef) Constructs a 'toDate' function representation with the given
parameter. |
Method Summary | |
public Object | getValue() Returns the argument for this function. |
ToDate | public ToDate(String sVal)(Code) | | Constructs a 'toDate' function representation with the given
parameter.
Parameters: sVal - the argument of this function |
ToDate | public ToDate(ColumnRef colRef)(Code) | | Constructs a 'toDate' function representation with the given
parameter.
Parameters: colRef - the argument of this function |
getValue | public Object getValue()(Code) | | Returns the argument for this function.
the argument for this function |
|
|
|