Uses of Interface
oracle.sql.json.OracleJsonString
-
Packages that use OracleJsonString Package Description oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of OracleJsonString in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonString Modifier and Type Method Description default OracleJsonString
OracleJsonValue. asJsonString()
Returns this value asOracleJsonString
.OracleJsonString
OracleJsonFactory. createString(String value)
Creates a new JSON string.
- <section role="region">