Uses of Enum Class
oracle.sql.json.OracleJsonDecimal.TargetType
Packages that use OracleJsonDecimal.TargetType
-
Uses of OracleJsonDecimal.TargetType in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonDecimal.TargetTypeModifier and TypeMethodDescriptionOracleJsonDecimal.getTargetType()Indicates if this value is intended to be stored in a Java int, long, or BigDecimal/BigInteger.static OracleJsonDecimal.TargetTypeReturns the enum constant of this class with the specified name.static OracleJsonDecimal.TargetType[]OracleJsonDecimal.TargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.