public class TracingStatementInterceptor extends Object implements com.mysql.jdbc.StatementInterceptorV2
| 构造器和说明 |
|---|
TracingStatementInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
boolean |
executeTopLevelOnly()
MySQL exposes the host connecting to, but not the port.
|
void |
init(com.mysql.jdbc.Connection conn,
Properties props) |
com.mysql.jdbc.ResultSetInternalMethods |
postProcess(String sql,
com.mysql.jdbc.Statement interceptedStatement,
com.mysql.jdbc.ResultSetInternalMethods originalResultSet,
com.mysql.jdbc.Connection connection,
int warningCount,
boolean noIndexUsed,
boolean noGoodIndexUsed,
SQLException statementException) |
com.mysql.jdbc.ResultSetInternalMethods |
preProcess(String sql,
com.mysql.jdbc.Statement interceptedStatement,
com.mysql.jdbc.Connection connection) |
public com.mysql.jdbc.ResultSetInternalMethods preProcess(String sql, com.mysql.jdbc.Statement interceptedStatement, com.mysql.jdbc.Connection connection)
preProcess 在接口中 com.mysql.jdbc.StatementInterceptorV2public com.mysql.jdbc.ResultSetInternalMethods postProcess(String sql, com.mysql.jdbc.Statement interceptedStatement, com.mysql.jdbc.ResultSetInternalMethods originalResultSet, com.mysql.jdbc.Connection connection, int warningCount, boolean noIndexUsed, boolean noGoodIndexUsed, SQLException statementException)
postProcess 在接口中 com.mysql.jdbc.StatementInterceptorV2public boolean executeTopLevelOnly()
jdbc:mysql://localhost:5555/database, or 3306 if absent.executeTopLevelOnly 在接口中 com.mysql.jdbc.StatementInterceptorV2public void init(com.mysql.jdbc.Connection conn,
Properties props)
init 在接口中 com.mysql.jdbc.Extensioninit 在接口中 com.mysql.jdbc.StatementInterceptorV2public void destroy()
destroy 在接口中 com.mysql.jdbc.Extensiondestroy 在接口中 com.mysql.jdbc.StatementInterceptorV2Copyright © 2020. All rights reserved.