Package com.impossibl.jdbc.spy
Class RowIdRelay
- java.lang.Object
-
- com.impossibl.jdbc.spy.RowIdRelay
-
-
Constructor Summary
Constructors Constructor Description RowIdRelay(java.sql.RowId target, com.impossibl.jdbc.spy.RowIdListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)byte[]getBytes()java.sql.RowIdgetTarget()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getTarget
public java.sql.RowId getTarget()
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacejava.sql.RowId- Overrides:
equalsin classjava.lang.Object
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfacejava.sql.RowId
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfacejava.sql.RowId- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.sql.RowId- Overrides:
hashCodein classjava.lang.Object
-
-