Package oracle.sql.json
Interface OracleJsonStructure
- 
- All Superinterfaces:
- OracleJsonValue
 - All Known Subinterfaces:
- OracleJsonArray,- OracleJsonObject
 
 public interface OracleJsonStructure extends OracleJsonValue Super type ofOracleJsonObjectandOracleJsonArray.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface oracle.sql.json.OracleJsonValueOracleJsonValue.OracleJsonType
 
- 
 - 
Field Summary- 
Fields inherited from interface oracle.sql.json.OracleJsonValueFALSE, NULL, TRUE
 
- 
 - 
Method Summary- 
Methods inherited from interface oracle.sql.json.OracleJsonValueasJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, getOracleJsonType, toString, wrap
 
- 
 
-