All Packages Class Hierarchy This Package Previous Next Index
Object | +----DerivationHelper | +----symantec.itools.db.beans.brl.derivation.date.DateFunctionsHelper
public static final int DATEOP_ADDDATEOP_CURRDATE
public static final int DATEOP_CURRDATEDATEOP_CURRTIME
public static final int DATEOP_CURRTIMEDATEOP_SUBTRACT
public static final int DATEOP_SUBTRACTDATEOP_UNKNOWN
public static final int DATEOP_UNKNOWN
protected static java.lang.String EXCPTITLEINVALID_INPUTS
protected static java.lang.String INVALID_INPUTSINVALID_NUMCOLS_DATEADD
protected static java.lang.String INVALID_NUMCOLS_DATEADDINVALID_NUMCOLS_DATESUBTRACT
protected static java.lang.String INVALID_NUMCOLS_DATESUBTRACTINVALID_OUTTYPE
protected static java.lang.String INVALID_OUTTYPENUMCOLS_DATEADD
protected static final int NUMCOLS_DATEADDNUMCOLS_DATESUBTRACT
protected static final int NUMCOLS_DATESUBTRACTdefCal
protected transient java.util.Calendar defCallogWinHelper
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 ExceptionisDateConversionOK
protected boolean isDateConversionOK(int type)performDateAdd
protected java.util.Date performDateAdd(DerivationRow inputRow) throws ExceptionperformDateSubtract
protected java.util.Date performDateSubtract(DerivationRow inputRow) throws Exception
All Packages Class Hierarchy This Package Previous Next Index