| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
static LongReturnType |
LongReturnType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LongReturnType |
ResultSetOptions.longReturnType()
A value that indicates how a field of
LONG type is represented. |
static LongReturnType |
LongReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongReturnType[] |
LongReturnType.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<LongReturnType> |
LongReturnType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetOptions.Builder |
ResultSetOptions.Builder.longReturnType(LongReturnType longReturnType)
A value that indicates how a field of
LONG type is represented. |
Copyright © 2022. All rights reserved.