| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.interceptors | |
| testsuite.simple |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ConnectionLifecycleInterceptor> |
ConnectionImpl.connectionLifecycleInterceptors |
| Modifier and Type | Method and Description |
|---|---|
ConnectionLifecycleInterceptor |
ConnectionLifecycleInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log)
Called once per connection that wants to use the extension
The properties are the same ones passed in in the URL or arguments to
Driver.connect() or DriverManager.getConnection().
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestLifecycleInterceptor |
| Modifier and Type | Method and Description |
|---|---|
ConnectionLifecycleInterceptor |
TestLifecycleInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |