Uses of Interface
oracle.sql.json.OracleJsonObject
-
Packages that use OracleJsonObject Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
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.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.
-