public class FlexPreparedStatementHandler extends org.apache.ibatis.executor.statement.PreparedStatementHandler
| 构造器和说明 |
|---|
FlexPreparedStatementHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Statement |
instantiateStatement(Connection connection) |
batch, parameterize, query, queryCursor, updatepublic FlexPreparedStatementHandler(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameter, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.session.ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql)
protected Statement instantiateStatement(Connection connection) throws SQLException
instantiateStatement 在类中 org.apache.ibatis.executor.statement.PreparedStatementHandlerSQLExceptionCopyright © 2023. All rights reserved.