| Package | Description |
|---|---|
| oracle.sql.json |
The API for JSON type in Oracle Database.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleJsonDecimal
A SQL/JSON fixed decimal value.
|
interface |
OracleJsonDouble
A 64-bit, double-precision floating-point number.
|
interface |
OracleJsonFloat
A 32-bit, single-precision floating-point number.
|
| Modifier and Type | Method and Description |
|---|---|
default OracleJsonNumber |
OracleJsonValue.asJsonNumber()
Returns this value as
OracleJsonNumber. |
default OracleJsonNumber |
OracleJsonValue.asJsonNumber()
Returns this value as
OracleJsonNumber. |