Interface OracleJsonDouble

    • Method Detail

      • getDOUBLE

        BINARY_DOUBLE getDOUBLE()
        Returns this value as a oracle.sql.BINARY_DOUBLE
        Returns:
        the value
      • hashCode

        int hashCode()
        Returns a hash code equal to java.lang.Double.hashCode(doubleValue()).
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        the hash code
      • equals

        boolean equals​(java.lang.Object obj)
        Compares the specified object with this OracleJsonDouble. Returns true if and only if the other object is an instance of OracleJsonDouble and the doubleValue() values are equal.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to be compared for equality
        Returns:
        true if the specified object is equal to this OracleJsonDouble.