Uses of Interface
oracle.sql.json.OracleJsonObject
-
Packages that use OracleJsonObject Package Description oracle.jdbc.spi This package defines service provider interfaces (SPIs) that are consumed by the Oracle JDBC Driver.oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonObject in oracle.jdbc.spi
Methods in oracle.jdbc.spi with parameters of type OracleJsonObject Modifier and Type Method Description char[]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 OracleJsonObject Modifier and Type Method Description default OracleJsonObjectOracleJsonValue. asJsonObject()Returns this value asOracleJsonObject.OracleJsonObjectOracleJsonFactory. createObject()Creates a new mutable JSON object.OracleJsonObjectOracleJsonFactory. 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 OracleJsonObjectOracleJsonObject. getObject(java.lang.String key)Returns the value to which the specified key is mapped.OracleJsonObjectOracleJsonParser. getObject()Returns the current object and advances the current state to the correspondingEND_OBJECTevent.\Methods in oracle.sql.json with parameters of type OracleJsonObject Modifier and Type Method Description OracleJsonObjectOracleJsonFactory. createObject(OracleJsonObject other)Creates a mutable copy of a JSON object.
-