jet.connect
Class DbNumber
java.lang.Object
jet.connect.DbValue
jet.connect.DbNumber
- Direct Known Subclasses:
- DbBigInt, DbDecimal, DbDouble, DbInteger, DbReal, DbSmallInt, DbTinyInt
public abstract class DbNumber
- extends DbValue
| Methods inherited from class jet.connect.DbValue |
clone, compareTo, equals, equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, set, set, setColDesc, setfoo, setNull, setValue, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
DbNumber
public DbNumber()
DbNumber
public DbNumber(DbColDesc desc)
compare
public int compare(DbNumber val)
setValue
public abstract void setValue(DbNumber value)
setValue
public void setValue(DbValue v)
- Overrides:
setValue in class DbValue
byteValue
public abstract byte byteValue()
shortValue
public abstract short shortValue()
intValue
public abstract int intValue()
longValue
public abstract long longValue()
floatValue
public abstract float floatValue()
doubleValue
public abstract double doubleValue()