|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ca.idms.jdbc.IdmsRowId
public class IdmsRowId
Represents a JDBC RowId type. CA IDMS r16 and later supports a ROWID type, equivalent to a BINARY(8) column. This class is an encapsulation of ROWID.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compares this RowId to the specified object. |
byte[] |
getBytes()
Returns an array of bytes representing the value of the IDMS ROWID encapsulated by this java.sql.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 IDMS ROWID designated by this java.sql.RowId object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in interface java.sql.RowId
equals
in class java.lang.Object
public byte[] getBytes()
getBytes
in interface java.sql.RowId
public int hashCode()
hashCode
in interface java.sql.RowId
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface java.sql.RowId
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |