public final class InterceptorHelper extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
after(Interceptors interceptors,
Statement statement) |
static boolean |
before(Interceptors interceptors,
Statement statement) |
static CallableStatement |
prepareCall(Connection conn,
String sql,
Interceptors interceptors) |
static PreparedStatement |
prepareStatement(Connection conn,
String sql,
String[] keyColumnNames,
Interceptors interceptors,
boolean returnKeys) |
static Statement |
statement(Connection conn,
Interceptors interceptors) |
public static Statement statement(Connection conn, Interceptors interceptors) throws SQLException
SQLExceptionpublic static PreparedStatement prepareStatement(Connection conn, String sql, String[] keyColumnNames, Interceptors interceptors, boolean returnKeys) throws SQLException
SQLExceptionpublic static CallableStatement prepareCall(Connection conn, String sql, Interceptors interceptors) throws SQLException
SQLExceptionpublic static boolean before(Interceptors interceptors, Statement statement) throws SQLException
SQLExceptionpublic static void after(Interceptors interceptors, Statement statement) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.