public interface Interceptor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterExecuteConnection(SQLStatementType sqlStatementType,
String name,
String sql)
执行SQL语句之后
|
void afterExecuteConnection(SQLStatementType sqlStatementType, String name, String sql)
sqlStatementType - SQL语句类型name - 执行功能名称sql - 执行SQL语句Copyright © 2021. All rights reserved.