| Package | Description |
|---|---|
| com.sybase.esp.sdk.data |
| Modifier and Type | Method and Description |
|---|---|
Money |
Money.asPrecision(int precision)
Returns a new Money object with the base value cast to the specified
precision.
|
void |
RelativeRowWriter.setLegacyMoney(Money moneyValue) |
void |
RelativeRowWriter.setMoney(Money moneyValue) |
static Money |
Money.valueOf(java.lang.String stringValue)
Returns a Money object instance by parsing the specified string.
|
static Money |
Money.valueOf(java.lang.String stringValue,
int precision)
Creates a Money object with the specified precision by parsing the string.
|