public class FlexPreparedStatementHandler
extends org.apache.ibatis.executor.statement.PreparedStatementHandler
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 in class org.apache.ibatis.executor.statement.PreparedStatementHandlerSQLExceptionCopyright © 2024. All rights reserved.