| Package | Description |
|---|---|
| oracle.sql.json |
The API for JSON type in Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
default OracleJsonObject |
OracleJsonValue.asJsonObject()
Returns this value as
OracleJsonObject. |
default OracleJsonObject |
OracleJsonValue.asJsonObject()
Returns this value as
OracleJsonObject. |
OracleJsonObject |
OracleJsonFactory.createObject()
Creates a new mutable JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject()
Creates a new mutable JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonParser.getObject()
Returns the current object and advances the current state to the
corresponding
END_OBJECT event.\ |
OracleJsonObject |
OracleJsonParser.getObject()
Returns the current object and advances the current state to the
corresponding
END_OBJECT event.\ |
| Modifier and Type | Method and Description |
|---|---|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|