public abstract class fRange extends fArray
BIGINT_DESC, bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC
Constructor and Description |
---|
fRange()
Creates an empty range object.
|
fRange(DbValue[] val,
boolean b) |
fRange(DbValue end,
DbValue begin)
The bNull remains true after calling this method.
|
fRange(int arraysize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Converts the value to string.
|
compareTo, compareTo, equals, get, getArray, getArray, getInstance, isAll, set, set, set, setIsAll, setValue, toString, toStringValue
clone, equals, getColDesc, getDataTimeZone, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValue
public fRange()
public fRange(int arraysize)
arraysize
- if the value does not equal to two, an IllegalArgumentException will be thrown.public fRange(DbValue end, DbValue begin)
end
- begin
- public fRange(DbValue[] val, boolean b)
val
- The element 0 is the beginning index, and the element 1 is the end.
If any array has less or more elements, an IllegalArgumentException will be thrown.b
- the bNull flag of this range object