| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
CharLengthSemantics |
OracleSettings.charLengthSemantics()
Specifies whether the length of a character column is in bytes or in characters.
|
static CharLengthSemantics |
CharLengthSemantics.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CharLengthSemantics |
CharLengthSemantics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharLengthSemantics[] |
CharLengthSemantics.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<CharLengthSemantics> |
CharLengthSemantics.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OracleSettings.Builder |
OracleSettings.Builder.charLengthSemantics(CharLengthSemantics charLengthSemantics)
Specifies whether the length of a character column is in bytes or in characters.
|
Copyright © 2023. All rights reserved.