Package oracle.sql.json
Interface OracleJsonFloat
- All Superinterfaces:
OracleJsonNumber,OracleJsonValue
A 32-bit, single-precision floating-point number.
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.sql.json.OracleJsonValue
OracleJsonValue.OracleJsonType -
Field Summary
Fields inherited from interface oracle.sql.json.OracleJsonValue
FALSE, NULL, TRUE -
Method Summary
Methods inherited from interface oracle.sql.json.OracleJsonNumber
bigDecimalValue, bigIntegerValue, bigIntegerValueExact, doubleValue, floatValue, intValue, intValueExact, isIntegral, longValue, longValueExactMethods inherited from interface oracle.sql.json.OracleJsonValue
asJsonArray, asJsonBinary, asJsonDate, asJsonDecimal, asJsonDouble, asJsonFloat, asJsonIntervalDS, asJsonIntervalYM, asJsonNumber, asJsonObject, asJsonString, asJsonTimestamp, asJsonTimestampTZ, asJsonVector, getOracleJsonType, toString, wrap
-
Method Details
-
getFLOAT
BINARY_FLOAT getFLOAT()Returns this value as aoracle.sql.BINARY_DOUBLE- Returns:
- the value
-
hashCode
int hashCode()Returns a hash code equal tojava.lang.Float.hashCode(floatValue()). -
equals
Compares the specified object with thisOracleJsonFloat. Returns true if and only if the other object is an instance ofOracleJsonFloatand thefloatValue()values are equal.
-