|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.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.RowIdequals in class java.lang.Objectpublic byte[] getBytes()
getBytes in interface java.sql.RowIdpublic int hashCode()
hashCode in interface java.sql.RowIdhashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface java.sql.RowIdtoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||