public class StructTracer extends Object
Constructor and Description |
---|
StructTracer(TraceOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
getAttributes(Object[] result) |
void |
getAttributes(Object[] result,
Map<String,Class<?>> map) |
void |
getAttributes(Throwable cause) |
void |
getAttributes(Throwable cause,
Map<String,Class<?>> map) |
void |
getSQLTypeName(String result) |
void |
getSQLTypeName(Throwable cause) |
void |
trace(Trace trace) |
public StructTracer(TraceOutput out)