jet.formula
Class fTimeRange
java.lang.Object
jet.connect.DbValue
jet.formula.fArray
jet.formula.fRange
jet.formula.fTimeRange
public class fTimeRange
- extends fRange
the internal representative of the time range datatype of the JetReport Formula
|
Method Summary |
java.lang.Object |
clone()
Creates a clone of this DbValue variable. |
| Methods inherited from class jet.connect.DbValue |
equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValue |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
fTimeRange
public fTimeRange()
fTimeRange
public fTimeRange(int arraysize)
fTimeRange
public fTimeRange(DbValue end,
DbValue begin)
fTimeRange
public fTimeRange(DbValue[] val,
boolean b)
clone
public java.lang.Object clone()
- Description copied from class:
DbValue
- Creates a clone of this DbValue variable.
- Specified by:
clone in class DbValue