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 OracleJsonArrayOracleJsonValue. asJsonArray()Returns this value asOracleJsonArray.OracleJsonArrayOracleJsonFactory. createArray()Creates a new mutable JSON array.OracleJsonArrayOracleJsonFactory. createArray(OracleJsonArray other)Creates a mutable copy of a JSON array.default OracleJsonArrayOracleJsonArray. getArray(int index)Returns the array at the specified position in the JSON array.default OracleJsonArrayOracleJsonObject. getArray(java.lang.String key)Returns the value to which the specified key is mapped.OracleJsonArrayOracleJsonParser. getArray()Returns the current array value and advances the current state to the correspondingEND_ARRAYevent.Methods in oracle.sql.json with parameters of type OracleJsonArray Modifier and Type Method Description OracleJsonArrayOracleJsonFactory. createArray(OracleJsonArray other)Creates a mutable copy of a JSON array.
-