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 voidequals(boolean result, Object obj)voidequals(Throwable cause, Object obj)voidgetBytes(byte[] result)voidgetBytes(Throwable cause)voidhashCode(int result)voidhashCode(Throwable cause)voidtoString(String result)voidtoString(Throwable cause)voidtrace(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)
-
-