public interface StatementHandler
| Modifier and Type | Method and Description |
|---|---|
void |
batch(Statement statement) |
BoundSql |
getBoundSql() |
ParameterHandler |
getParameterHandler() |
void |
parameterize(Statement statement) |
Statement |
prepare(Connection connection) |
<E> List<E> |
query(Statement statement,
ResultHandler resultHandler) |
int |
update(Statement statement) |
Statement prepare(Connection connection) throws SQLException
SQLExceptionvoid parameterize(Statement statement) throws SQLException
SQLExceptionvoid batch(Statement statement) throws SQLException
SQLExceptionint update(Statement statement) throws SQLException
SQLException<E> List<E> query(Statement statement, ResultHandler resultHandler) throws SQLException
SQLExceptionBoundSql getBoundSql()
ParameterHandler getParameterHandler()
Copyright © 2010–2015 MyBatis.org. All rights reserved.