Uses of Class
oracle.sql.json.OracleJsonDecimal.TargetType
-
Packages that use OracleJsonDecimal.TargetType Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonDecimal.TargetType in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonDecimal.TargetType Modifier and Type Method Description OracleJsonDecimal.TargetTypeOracleJsonDecimal. getTargetType()Indicates if this value is intended to be stored in a Java int, long, or BigDecimal/BigInteger.static OracleJsonDecimal.TargetTypeOracleJsonDecimal.TargetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OracleJsonDecimal.TargetType[]OracleJsonDecimal.TargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-