public static class DriverInstrumentation.DriverAdvice extends Object
| Constructor and Description |
|---|
DriverAdvice() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDBInfo(String url,
Properties info,
Connection connection) |
@Advice.OnMethodExit(suppress=java.lang.Throwable.class) public static void addDBInfo(@Advice.Argument(value=0) String url, @Advice.Argument(value=1) Properties info, @Advice.Return Connection connection)