public static class ConnectionInstrumentation.ConnectionAdvice extends Object
| Constructor and Description |
|---|
ConnectionAdvice() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDBInfo(String sql,
PreparedStatement statement) |
@Advice.OnMethodExit
public static void addDBInfo(@Advice.Argument(value=0)
String sql,
@Advice.Return
PreparedStatement statement)