Example usage for Java java.sql RowId fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) 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. |
String | toString() Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object. |