com.ibatis.sqlmap.engine.mapping.statement
Class ProcedureStatement
java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
com.ibatis.sqlmap.engine.mapping.statement.ProcedureStatement
public class ProcedureStatement
- extends MappedStatement
Method Summary |
StatementType |
getStatementType()
|
protected void |
postProcessParameterObject(StatementScope statementScope,
Object parameterObject,
Object[] parameters)
|
protected void |
sqlExecuteQuery(StatementScope statementScope,
Connection conn,
String sqlString,
Object[] parameters,
int skipResults,
int maxResults,
RowHandlerCallback callback)
|
protected int |
sqlExecuteUpdate(StatementScope statementScope,
Connection conn,
String sqlString,
Object[] parameters)
|
Methods inherited from class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement |
addExecuteListener, addResultMap, executeQueryForList, executeQueryForObject, executeQueryWithCallback, executeQueryWithRowHandler, executeUpdate, getAdditionalResultMaps, getCacheKey, getFetchSize, getId, getParameterClass, getParameterMap, getResource, getResultMap, getResultSetType, getSql, getSqlExecutor, getSqlMapClient, getTimeout, hasMultipleResultMaps, initRequest, notifyListeners, setBaseCacheKey, setFetchSize, setId, setParameterClass, setParameterMap, setResource, setResultMap, setResultSetType, setSql, setSqlMapClient, setTimeout, validateParameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcedureStatement
public ProcedureStatement()
postProcessParameterObject
protected void postProcessParameterObject(StatementScope statementScope,
Object parameterObject,
Object[] parameters)
- Overrides:
postProcessParameterObject
in class MappedStatement
sqlExecuteUpdate
protected int sqlExecuteUpdate(StatementScope statementScope,
Connection conn,
String sqlString,
Object[] parameters)
throws SQLException
- Overrides:
sqlExecuteUpdate
in class MappedStatement
- Throws:
SQLException
sqlExecuteQuery
protected void sqlExecuteQuery(StatementScope statementScope,
Connection conn,
String sqlString,
Object[] parameters,
int skipResults,
int maxResults,
RowHandlerCallback callback)
throws SQLException
- Overrides:
sqlExecuteQuery
in class MappedStatement
- Throws:
SQLException
getStatementType
public StatementType getStatementType()
- Overrides:
getStatementType
in class MappedStatement
Copyright © 2010. All Rights Reserved.