Uses of Interface
oracle.sql.json.OracleJsonArray
-
Packages that use OracleJsonArray Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonArray in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonArray Modifier and Type Method Description default OracleJsonArray
OracleJsonValue. asJsonArray()
Returns this value asOracleJsonArray
.OracleJsonArray
OracleJsonFactory. createArray()
Creates a new mutable JSON array.OracleJsonArray
OracleJsonFactory. createArray(OracleJsonArray other)
Creates a mutable copy of a 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.OracleJsonArray
OracleJsonParser. getArray()
Returns the current array value and advances the current state to the correspondingEND_ARRAY
event.Methods in oracle.sql.json with parameters of type OracleJsonArray Modifier and Type Method Description OracleJsonArray
OracleJsonFactory. createArray(OracleJsonArray other)
Creates a mutable copy of a JSON array.
-