Uses of Interface
oracle.sql.json.OracleJsonStructure
-
Packages that use OracleJsonStructure Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonStructure in oracle.sql.json
Subinterfaces of OracleJsonStructure in oracle.sql.json Modifier and Type Interface Description interface
OracleJsonArray
A JSON array (an ordered sequence of zero or more values).interface
OracleJsonObject
A JSON object (an unordered collection of zero or more key/value pairs).
-