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.
|
Modifier and Type | Method and Description |
---|---|
char[] |
OracleConfigurationJsonSecretProvider.getSecret(OracleJsonObject secret)
Returns the secret using the 'value' and 'authentication' attributes of
the password or wallet_location JSON Object.
|
char[] |
OracleConfigurationJsonSecretProvider.getSecret(OracleJsonObject secret)
Returns the secret using the 'value' and 'authentication' attributes of
the password or wallet_location JSON Object.
|
Modifier and Type | Method and Description |
---|---|
default OracleJsonObject |
OracleJsonValue.asJsonObject()
Returns this value as
OracleJsonObject . |
default OracleJsonObject |
OracleJsonValue.asJsonObject()
Returns this value as
OracleJsonObject . |
OracleJsonObject |
OracleJsonFactory.createObject()
Creates a new mutable JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject()
Creates a new mutable JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonParser.getObject()
Returns the current object and advances the current state to the
corresponding
END_OBJECT event.\ |
OracleJsonObject |
OracleJsonParser.getObject()
Returns the current object and advances the current state to the
corresponding
END_OBJECT event.\ |
default OracleJsonObject |
OracleJsonArray.getObject(int index)
Returns the object at the specified position in the JSON
array.
|
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.
|
default OracleJsonObject |
OracleJsonObject.getObject(java.lang.String key)
Returns the value to which the specified key is mapped.
|
Modifier and Type | Method and Description |
---|---|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|
OracleJsonObject |
OracleJsonFactory.createObject(OracleJsonObject other)
Creates a mutable copy of a JSON object.
|