public interface OracleJsonDouble extends OracleJsonNumber
OracleJsonValue.OracleJsonTypeFALSE, NULL, TRUE| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares the specified object with this
OracleJsonDouble. |
BINARY_DOUBLE |
getDOUBLE()
Returns this value as a
oracle.sql.BINARY_DOUBLE |
int |
hashCode()
Returns a hash code equal to
java.lang.Double.hashCode(doubleValue()). |
bigDecimalValue, bigIntegerValue, bigIntegerValueExact, doubleValue, floatValue, intValue, intValueExact, isIntegral, longValue, longValueExactasJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, getOracleJsonType, toString, wrapBINARY_DOUBLE getDOUBLE()
oracle.sql.BINARY_DOUBLEint hashCode()
java.lang.Double.hashCode(doubleValue()).boolean equals(Object obj)
OracleJsonDouble. Returns
true if and only if the other object is an instance of
OracleJsonDouble and the doubleValue() values are equal.