public abstract class AbstractSqlRunner extends Object implements SqlRunner
| 构造器和说明 |
|---|
AbstractSqlRunner() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
buildErrorMessage(SQLException e,
String sql,
List<Object> params) |
protected void |
fillStatement(PreparedStatement statement,
List<Object> params) |
protected CallableStatement |
prepareCall(Connection conn,
String sql,
Interceptors interceptors) |
protected PreparedStatement |
prepareStatement(Connection conn,
String sql,
String[] keyColumnNames,
Interceptors interceptors,
boolean returnKeys) |
protected Statement |
statement(Connection conn,
Interceptors interceptors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatch, batch, batchInsertGetKeys, call, call, insertGetKey, query, updateprotected Statement statement(Connection conn, Interceptors interceptors) throws SQLException
SQLExceptionprotected PreparedStatement prepareStatement(Connection conn, String sql, String[] keyColumnNames, Interceptors interceptors, boolean returnKeys) throws SQLException
SQLExceptionprotected CallableStatement prepareCall(Connection conn, String sql, Interceptors interceptors) throws SQLException
SQLExceptionprotected void fillStatement(PreparedStatement statement, List<Object> params) throws SQLException
SQLExceptionprotected String buildErrorMessage(SQLException e, String sql, List<Object> params)
Copyright © 2019. All rights reserved.