public class SqliDbg
extends java.lang.Object
| Constructor and Description |
|---|
SqliDbg(IfxDebugDataInputStream in,
IfxDebugDataOutputStream out,
java.lang.String filePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearC2S() |
void |
clearS2C() |
void |
close() |
void |
finalize() |
protected static byte[] |
marshallInteger(int value) |
protected static byte[] |
marshallLong(long value) |
protected static byte[] |
marshallShort(int value) |
static void |
printSqliTraceException(java.lang.Exception e) |
void |
recordC2S() |
void |
recordS2C() |
public SqliDbg(IfxDebugDataInputStream in, IfxDebugDataOutputStream out, java.lang.String filePrefix)
public static void printSqliTraceException(java.lang.Exception e)
public void recordS2C()
public void recordC2S()
public void clearC2S()
public void clearS2C()
protected static byte[] marshallShort(int value)
protected static byte[] marshallInteger(int value)
protected static byte[] marshallLong(long value)
public void close()
public void finalize()
finalize in class java.lang.Object