接口的使用
com.mysql.cj.interceptors.QueryInterceptor
-
使用QueryInterceptor的程序包 程序包 说明 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 -
-
com.mysql.cj中QueryInterceptor的使用
实现QueryInterceptor的com.mysql.cj中的类 修饰符和类型 类 说明 classNoSubInterceptorWrapperWraps query interceptors during driver startup so that they don't produce different result sets than we expect.返回QueryInterceptor的com.mysql.cj中的方法 修饰符和类型 方法 说明 QueryInterceptorNoSubInterceptorWrapper. getUnderlyingInterceptor()QueryInterceptorNoSubInterceptorWrapper. init(MysqlConnection conn, Properties props, Log log)类型变量类型为QueryInterceptor的com.mysql.cj中的方法参数 修饰符和类型 方法 说明 voidNativeSession. setQueryInterceptors(List<QueryInterceptor> queryInterceptors)参数类型为QueryInterceptor的com.mysql.cj中的构造器 构造器 说明 NoSubInterceptorWrapper(QueryInterceptor underlyingInterceptor) -
com.mysql.cj.interceptors中QueryInterceptor的使用
返回QueryInterceptor的com.mysql.cj.interceptors中的方法 修饰符和类型 方法 说明 QueryInterceptorQueryInterceptor. init(MysqlConnection conn, 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(). -
com.mysql.cj.jdbc中QueryInterceptor的使用
返回变量类型为QueryInterceptor的类型的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 List<QueryInterceptor>ConnectionImpl. getQueryInterceptorsInstances()List<QueryInterceptor>ConnectionWrapper. getQueryInterceptorsInstances()List<QueryInterceptor>JdbcConnection. getQueryInterceptorsInstances() -
com.mysql.cj.jdbc.ha中QueryInterceptor的使用
实现QueryInterceptor的com.mysql.cj.jdbc.ha中的类 修饰符和类型 类 说明 classLoadBalancedAutoCommitInterceptor返回QueryInterceptor的com.mysql.cj.jdbc.ha中的方法 修饰符和类型 方法 说明 QueryInterceptorLoadBalancedAutoCommitInterceptor. init(MysqlConnection connection, Properties props, Log log)返回变量类型为QueryInterceptor的类型的com.mysql.cj.jdbc.ha中的方法 修饰符和类型 方法 说明 List<QueryInterceptor>MultiHostMySQLConnection. getQueryInterceptorsInstances() -
com.mysql.cj.jdbc.interceptors中QueryInterceptor的使用
实现QueryInterceptor的com.mysql.cj.jdbc.interceptors中的类 修饰符和类型 类 说明 classResultSetScannerInterceptorclassServerStatusDiffInterceptorclassSessionAssociationInterceptor返回QueryInterceptor的com.mysql.cj.jdbc.interceptors中的方法 修饰符和类型 方法 说明 QueryInterceptorResultSetScannerInterceptor. init(MysqlConnection conn, Properties props, Log log)QueryInterceptorServerStatusDiffInterceptor. init(MysqlConnection conn, Properties props, Log l)QueryInterceptorSessionAssociationInterceptor. init(MysqlConnection conn, Properties props, Log log) -
com.mysql.cj.protocol.a中QueryInterceptor的使用
返回变量类型为QueryInterceptor的类型的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 List<QueryInterceptor>NativeProtocol. getQueryInterceptors()类型变量类型为QueryInterceptor的com.mysql.cj.protocol.a中的方法参数 修饰符和类型 方法 说明 voidNativeProtocol. setQueryInterceptors(List<QueryInterceptor> queryInterceptors)
-