public class PreparedStatementExecute extends AbstractStatementExecute<Object>
AbstractStatementExecute.ExecuteInfologger| 构造器和说明 |
|---|
PreparedStatementExecute(DynamicContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected PreparedStatement |
createPreparedStatement(Connection conn,
String queryString,
ResultSetType resultSetType) |
protected int |
executeCount(PreparedStatement ps,
BoundSql boundSql) |
protected Object |
executeQuery(Connection con,
AbstractStatementExecute.ExecuteInfo executeInfo,
SqlBuilder sqlBuilder) |
protected Object |
executeQuery(PreparedStatement ps,
AbstractStatementExecute.ExecuteInfo executeInfo,
BoundSql boundSql) |
protected void |
statementSet(PreparedStatement ps,
BoundSql boundSql) |
buildExtractor, configStatement, execute, execute, execute, fmtBoundSql, fmtValue, getContext, getResult, toArgs, usingPagepublic PreparedStatementExecute(DynamicContext context)
protected PreparedStatement createPreparedStatement(Connection conn, String queryString, ResultSetType resultSetType) throws SQLException
SQLExceptionprotected Object executeQuery(Connection con, AbstractStatementExecute.ExecuteInfo executeInfo, SqlBuilder sqlBuilder) throws SQLException
executeQuery 在类中 AbstractStatementExecute<Object>SQLExceptionprotected void statementSet(PreparedStatement ps, BoundSql boundSql) throws SQLException
SQLExceptionprotected Object executeQuery(PreparedStatement ps, AbstractStatementExecute.ExecuteInfo executeInfo, BoundSql boundSql) throws SQLException
SQLExceptionprotected int executeCount(PreparedStatement ps, BoundSql boundSql) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.