Uses of Interface
oracle.sql.json.OracleJsonArray
-
Packages that use OracleJsonArray Package Description oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of OracleJsonArray in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonArray Modifier and Type Method Description default OracleJsonArrayOracleJsonValue. asJsonArray()Returns this value asOracleJsonArray.OracleJsonArrayOracleJsonFactory. createArray()Creates a new mutable JSON array.OracleJsonArrayOracleJsonFactory. createArray(OracleJsonArray other)Creates a mutable copy of a JSON array.OracleJsonArrayOracleJsonParser. getArray()Returns the current array value and advances the current state to the correspondingEND_ARRAYevent.
</section>Methods in oracle.sql.json with parameters of type OracleJsonArray Modifier and Type Method Description OracleJsonArrayOracleJsonFactory. createArray(OracleJsonArray other)Creates a mutable copy of a JSON array.
- <section role="region">