public interface AQSQLRowId
Modifier and Type | Method and Description |
---|---|
boolean |
equal(java.lang.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 RowId object.
|
int |
hashCode()
Returns a hash code value of this RowId object.
|
java.lang.String |
toString()
Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.
|
boolean equal(java.lang.Object obj)
obj
- The Object to compare this RowId object against.byte[] getBytes()
java.lang.String toString()
toString
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.