Package com.impossibl.jdbc.spy
Class RowIdRelay
- java.lang.Object
-
- com.impossibl.jdbc.spy.RowIdRelay
-
-
Constructor Summary
Constructors Constructor Description RowIdRelay(RowId target, com.impossibl.jdbc.spy.RowIdListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getBytes()
RowId
getTarget()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
target
public RowId target
-
listener
public com.impossibl.jdbc.spy.RowIdListener listener
-
-
Constructor Detail
-
RowIdRelay
public RowIdRelay(RowId target, com.impossibl.jdbc.spy.RowIdListener listener)
-
-