Uses of Interface
oracle.sql.json.OracleJsonArray
Packages that use OracleJsonArray
-
Uses of OracleJsonArray in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonArrayModifier and TypeMethodDescriptiondefault OracleJsonArrayOracleJsonValue.asJsonArray()Returns this value asOracleJsonArray.OracleJsonFactory.createArray()Creates a new mutable JSON array.OracleJsonFactory.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 OracleJsonArrayReturns the value to which the specified key is mapped.OracleJsonParser.getArray()Returns the current array value and advances the current state to the correspondingEND_ARRAYevent.Methods in oracle.sql.json with parameters of type OracleJsonArrayModifier and TypeMethodDescriptionOracleJsonFactory.createArray(OracleJsonArray other) Creates a mutable copy of a JSON array.