Uses of Interface
oracle.sql.json.OracleJsonObject
Packages that use OracleJsonObject
Package
Description
This package defines service provider interfaces (SPIs) that are consumed by
the Oracle JDBC Driver.
The API for JSON type in Oracle Database.
-
Uses of OracleJsonObject in oracle.jdbc.spi
Methods in oracle.jdbc.spi with parameters of type OracleJsonObjectModifier and TypeMethodDescriptionchar[]OracleConfigurationJsonSecretProvider.getSecret(OracleJsonObject secret) Returns the secret using the 'value' and 'authentication' attributes of the password or wallet_location JSON Object. -
Uses of OracleJsonObject in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonObjectModifier and TypeMethodDescriptiondefault OracleJsonObjectOracleJsonValue.asJsonObject()Returns this value asOracleJsonObject.OracleJsonFactory.createObject()Creates a new mutable JSON object.OracleJsonFactory.createObject(OracleJsonObject other) Creates a mutable copy of a JSON object.default OracleJsonObjectOracleJsonArray.getObject(int index) Returns the object at the specified position in the JSON array.default OracleJsonObjectReturns the value to which the specified key is mapped.OracleJsonParser.getObject()Returns the current object and advances the current state to the correspondingEND_OBJECTevent.\Methods in oracle.sql.json with parameters of type OracleJsonObjectModifier and TypeMethodDescriptionOracleJsonFactory.createObject(OracleJsonObject other) Creates a mutable copy of a JSON object.