| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.interceptors | |
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.ha | |
| com.mysql.cj.jdbc.interceptors | |
| com.mysql.cj.protocol.a | |
| testsuite | |
| testsuite.regression | |
| testsuite.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSubInterceptorWrapper
Wraps query interceptors during driver startup so that they don't produce different result sets than we expect.
|
| Modifier and Type | Field and Description |
|---|---|
private QueryInterceptor |
NoSubInterceptorWrapper.underlyingInterceptor |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
NoSubInterceptorWrapper.getUnderlyingInterceptor() |
QueryInterceptor |
NoSubInterceptorWrapper.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeSession.setQueryInterceptors(java.util.List<QueryInterceptor> queryInterceptors) |
| Constructor and Description |
|---|
NoSubInterceptorWrapper(QueryInterceptor underlyingInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
QueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log)
Called once per connection that wants to use the interceptor
The properties are the same ones passed in in the URL or arguments to
Driver.connect() or DriverManager.getConnection().
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<QueryInterceptor> |
ConnectionImpl.queryInterceptors |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryInterceptor> |
ConnectionWrapper.getQueryInterceptorsInstances() |
java.util.List<QueryInterceptor> |
ConnectionImpl.getQueryInterceptorsInstances() |
java.util.List<QueryInterceptor> |
JdbcConnection.getQueryInterceptorsInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadBalancedAutoCommitInterceptor |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
LoadBalancedAutoCommitInterceptor.init(MysqlConnection connection,
java.util.Properties props,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryInterceptor> |
MultiHostMySQLConnection.getQueryInterceptorsInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetScannerInterceptor |
class |
ServerStatusDiffInterceptor |
class |
SessionAssociationInterceptor |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
SessionAssociationInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
QueryInterceptor |
ResultSetScannerInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
QueryInterceptor |
ServerStatusDiffInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log l) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<QueryInterceptor> |
NativeProtocol.queryInterceptors |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryInterceptor> |
NativeProtocol.getQueryInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeProtocol.setQueryInterceptors(java.util.List<QueryInterceptor> queryInterceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQueryInterceptor |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
BaseQueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
QueryInterceptor |
CharsetRegressionTest.TestBug64205QueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
QueryInterceptor |
CharsetRegressionTest.TestSetNamesQueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
QueryInterceptor |
ConnectionRegressionTest.Bug75168QueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
QueryInterceptor |
ConnectionRegressionTest.Bug56100QueryInterceptor.init(MysqlConnection conn,
java.util.Properties props,
Log log) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionTest.TestEnableEscapeProcessingQueryInterceptor |
static class |
MetadataTest.TestGetSqlKeywordsDynamicQueryInterceptor |
static class |
StatementsTest.QueryInfoQueryInterceptor |