Uses of Class
oracle.sql.json.OracleJsonValue.OracleJsonType
-
Packages that use OracleJsonValue.OracleJsonType Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonValue.OracleJsonType in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonValue.OracleJsonType Modifier and Type Method Description OracleJsonValue.OracleJsonTypeOracleJsonValue. getOracleJsonType()Returns the type of this JSON value.static OracleJsonValue.OracleJsonTypeOracleJsonValue.OracleJsonType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleJsonValue.OracleJsonType[]OracleJsonValue.OracleJsonType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-