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 OracleJsonObject
OracleJsonValue. asJsonObject()
Returns this value asOracleJsonObject
.OracleJsonObject
OracleJsonFactory. createObject()
Creates a new mutable JSON object.OracleJsonObject
OracleJsonFactory. createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.default OracleJsonObject
OracleJsonArray. getObject(int index)
Returns the object at the specified position in the JSON array.default OracleJsonObject
OracleJsonObject. getObject(java.lang.String key)
Returns the value to which the specified key is mapped.OracleJsonObject
OracleJsonParser. getObject()
Returns the current object and advances the current state to the correspondingEND_OBJECT
event.\Methods in oracle.sql.json with parameters of type OracleJsonObject Modifier and Type Method Description OracleJsonObject
OracleJsonFactory. createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
-