All Packages Class Hierarchy This Package Previous Next Index
Object | +----DerivationHelper | +----symantec.itools.db.beans.brl.derivation.date.DateFunctionsHelper
public static final int DATEOP_ADD
public static final int DATEOP_CURRDATE
public static final int DATEOP_CURRTIME
public static final int DATEOP_SUBTRACT
public static final int DATEOP_UNKNOWN
protected static java.lang.String EXCPTITLE
protected static java.lang.String INVALID_INPUTS
protected static java.lang.String INVALID_NUMCOLS_DATEADD
protected static java.lang.String INVALID_NUMCOLS_DATESUBTRACT
protected static java.lang.String INVALID_OUTTYPE
protected static final int NUMCOLS_DATEADD
protected static final int NUMCOLS_DATESUBTRACT
protected transient java.util.Calendar defCal
protected transient symantec.itools.db.beans.util.LogWindowHelper logWinHelper
public DateFunctionsHelper()
public java.lang.Object calculate(DerivationRow inputRow, int outputDataType, int operatorType)
protected java.lang.Object convertDateToDesiredType(Date dateVal, int outputType) throws Exception
protected boolean isDateConversionOK(int type)
protected java.util.Date performDateAdd(DerivationRow inputRow) throws Exception
protected java.util.Date performDateSubtract(DerivationRow inputRow) throws Exception
All Packages Class Hierarchy This Package Previous Next Index