Interface RowId

  • Method Summary

    Modifier and Type

    Method

    Description

    boolean

    Compares this RowId to the specified object.

    byte[]

    getBytes()

    Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.

    int

    hashCode()

    Returns a hash code value of this RowId object.

    toString()

    Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.

  • Method Details

    • equals

    • getBytes

    • toString

    • hashCode