Package | Description |
---|---|
oracle.sql.json |
The API for JSON type in Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
default OracleJsonArray |
OracleJsonValue.asJsonArray()
Returns this value as
OracleJsonArray . |
default OracleJsonArray |
OracleJsonValue.asJsonArray()
Returns this value as
OracleJsonArray . |
OracleJsonArray |
OracleJsonFactory.createArray()
Creates a new mutable JSON array.
|
OracleJsonArray |
OracleJsonFactory.createArray()
Creates a new mutable JSON array.
|
OracleJsonArray |
OracleJsonFactory.createArray(OracleJsonArray other)
Creates a mutable copy of a JSON array.
|
OracleJsonArray |
OracleJsonFactory.createArray(OracleJsonArray other)
Creates a mutable copy of a JSON array.
|
OracleJsonArray |
OracleJsonParser.getArray()
Returns the current array value and advances the current state
to the corresponding
END_ARRAY event. |
OracleJsonArray |
OracleJsonParser.getArray()
Returns the current array value and advances the current state
to the corresponding
END_ARRAY event. |
Modifier and Type | Method and Description |
---|---|
OracleJsonArray |
OracleJsonFactory.createArray(OracleJsonArray other)
Creates a mutable copy of a JSON array.
|
OracleJsonArray |
OracleJsonFactory.createArray(OracleJsonArray other)
Creates a mutable copy of a JSON array.
|