Uses of Interface
oracle.sql.json.OracleJsonObject
-
Packages that use OracleJsonObject Package Description oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
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.OracleJsonObjectOracleJsonParser. getObject()Returns the current object and advances the current state to the correspondingEND_OBJECTevent.\
</section>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.
- <section role="region">