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 boolean
equals(java.lang.Object obj)
byte[]
getBytes()
java.sql.RowId
getTarget()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getTarget
public java.sql.RowId getTarget()
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacejava.sql.RowId
- Overrides:
equals
in classjava.lang.Object
-
getBytes
public byte[] getBytes()
- Specified by:
getBytes
in interfacejava.sql.RowId
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfacejava.sql.RowId
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.sql.RowId
- Overrides:
hashCode
in classjava.lang.Object
-
-