| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DecimalReturnType |
ResultSetOptions.decimalReturnType()
A value that indicates how a field of
DECIMAL type is represented in the response. |
static DecimalReturnType |
DecimalReturnType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DecimalReturnType |
DecimalReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalReturnType[] |
DecimalReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DecimalReturnType> |
DecimalReturnType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetOptions.Builder |
ResultSetOptions.Builder.decimalReturnType(DecimalReturnType decimalReturnType)
A value that indicates how a field of
DECIMAL type is represented in the response. |
Copyright © 2022. All rights reserved.