| Package | Description |
|---|---|
| oracle.sql.json |
The API for JSON type in Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
OracleJsonDecimal.TargetType |
OracleJsonDecimal.getTargetType()
Indicates if this value is intended to be stored in a Java int, long, or
BigDecimal/BigInteger.
|
OracleJsonDecimal.TargetType |
OracleJsonDecimal.getTargetType()
Indicates if this value is intended to be stored in a Java int, long, or
BigDecimal/BigInteger.
|
static OracleJsonDecimal.TargetType |
OracleJsonDecimal.TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleJsonDecimal.TargetType |
OracleJsonDecimal.TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleJsonDecimal.TargetType[] |
OracleJsonDecimal.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static OracleJsonDecimal.TargetType[] |
OracleJsonDecimal.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|