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
SQLException
void parameterize(Statement statement) throws SQLException
SQLException
void batch(Statement statement) throws SQLException
SQLException
int update(Statement statement) throws SQLException
SQLException
<E> List<E> query(Statement statement, ResultHandler resultHandler) throws SQLException
SQLException
BoundSql getBoundSql()
ParameterHandler getParameterHandler()
Copyright © 2010–2015 MyBatis.org. All rights reserved.