| 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.
|
Money |
RowReader.getLegacyMoney(int columnNo)
Use to retrieve values of type Schema.DataType.MONEY.
|
Money |
RowReader.getLegacyMoney(java.lang.String colunmName)
Use to retrieve values of type Schema.DataType.MONEY.
|
Money |
RowReader.getMoney(int columnNo)
Use to retrieve values of type Schema.DataType#MONEYXX.
|
Money |
RowReader.getMoney(java.lang.String columnName) |
static Money |
Money.valueOf(long longValue,
int precision) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeRowWriter.setLegacyMoney(Money moneyValue) |
void |
AbsoluteRowWriter.setMoney(int columnNo,
Money moneyValue) |
void |
RelativeRowWriter.setMoney(Money moneyValue) |
void |
AbsoluteRowWriter.setMoney(java.lang.String columnName,
Money moneyValue) |