Package com.impossibl.jdbc.spy
Class RowIdTracer
- java.lang.Object
-
- com.impossibl.jdbc.spy.RowIdTracer
-
public class RowIdTracer extends Object
-
-
Constructor Summary
Constructors Constructor Description RowIdTracer(TraceOutput out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
equals(boolean result, Object obj)
void
equals(Throwable cause, Object obj)
void
getBytes(byte[] result)
void
getBytes(Throwable cause)
void
hashCode(int result)
void
hashCode(Throwable cause)
void
toString(String result)
void
toString(Throwable cause)
void
trace(Trace trace)
-
-
-
Constructor Detail
-
RowIdTracer
public RowIdTracer(TraceOutput out)
-
-
Method Detail
-
trace
public void trace(Trace trace)
-
equals
public void equals(boolean result, Object obj)
-
hashCode
public void hashCode(int result)
-
hashCode
public void hashCode(Throwable cause)
-
toString
public void toString(String result)
-
toString
public void toString(Throwable cause)
-
getBytes
public void getBytes(byte[] result)
-
getBytes
public void getBytes(Throwable cause)
-
-