| Package | Description |
|---|---|
| jet.connect | |
| jet.formula |
| Modifier and Type | Class and Description |
|---|---|
class |
DbBigInt
The
DbBigInt class wraps a value of the primitive type long in an object. |
class |
DbDecimal
The
DbDecimal class wraps a value of the type BigDecimal in an object. |
class |
DbDouble
The
DbDouble class wraps a value of the primitive type double in an object. |
class |
DbInteger
The
DbInteger class wraps a value of the primitive type int in an object. |
class |
DbReal
The
DbReal class wraps a value of the primitive type float in an object. |
class |
DbSmallInt
The
DbSmallInt class wraps a value of the primitive type short in an object. |
class |
DbTinyInt
The
DbTinyInt class wraps a value of the primitive type byte in an object. |
| Modifier and Type | Method and Description |
|---|---|
int |
DbNumber.compare(DbNumber val)
Compares this
DbNumber object with the DbNumber object; |
int |
DbNumber.compare(DbNumber val,
boolean matchSQL)
Compares this
DbNumber object with the DbNumber object; |
boolean |
DbBigInt.equals(DbNumber v)
Compares this object to the specified object.
|
boolean |
DbDecimal.equals(DbNumber v)
Compares this object to the specified object.
|
boolean |
DbDouble.equals(DbNumber v)
Compares this object to the specified object.
|
boolean |
DbInteger.equals(DbNumber v)
Compares this object to the specified object.
|
abstract boolean |
DbNumber.equals(DbNumber value)
Compares this object to the specified object.
|
boolean |
DbReal.equals(DbNumber v)
Compares this object to the specified object.
|
boolean |
DbSmallInt.equals(DbNumber v)
Compares this object to the specified object.
|
boolean |
DbTinyInt.equals(DbNumber v)
Compares this object to the specified object.
|
void |
DbBigInt.setValue(DbNumber v)
Sets a newly allocated
DbBigInt object that
represents the long value indicated by the
DbNumber parameter. |
void |
DbDecimal.setValue(DbNumber v)
Sets a newly allocated
DbDecimal object that
represents the BigDecimal value indicated by the
DbNumber parameter. |
void |
DbDouble.setValue(DbNumber v)
Sets a newly allocated
DbDouble object that
represents the double value indicated by the
DbNumber parameter. |
void |
DbInteger.setValue(DbNumber v)
Sets a newly allocated
DbInteger object that
represents the int value indicated by the
DbNumber parameter. |
abstract void |
DbNumber.setValue(DbNumber value)
Sets a newly allocated
DbNumber object that
represents the value indicated by the
DbNumber parameter. |
void |
DbReal.setValue(DbNumber v)
Sets a newly allocated
DbReal object that
represents the float value indicated by the
DbNumber parameter. |
void |
DbSmallInt.setValue(DbNumber v)
Sets a newly allocated
DbSmallInt object that
represents the short value indicated by the
DbNumber parameter. |
void |
DbTinyInt.setValue(DbNumber v)
Sets a newly allocated
DbTinyInt object that
represents the byte value indicated by the
DbNumber parameter. |
| Modifier and Type | Class and Description |
|---|---|
class |
fCurrency
The internal representative of the currency data type of the Logi Report Formula.
|
© insightsoftware. All rights reserved.