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. |
default OracleJsonArray |
OracleJsonArray.getArray(int index)
Returns the array at the specified position in the JSON
array.
|
default OracleJsonArray |
OracleJsonArray.getArray(int index)
Returns the array at the specified position in the JSON
array.
|
default OracleJsonArray |
OracleJsonObject.getArray(java.lang.String key)
Returns the value to which the specified key is mapped.
|
default OracleJsonArray |
OracleJsonObject.getArray(java.lang.String key)
Returns the value to which the specified key is mapped.
|
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.
|