Class SelectStatement
java.lang.Object
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
com.ibatis.sqlmap.engine.mapping.statement.SelectStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecuteUpdate(StatementScope statementScope, Transaction trans, Object parameterObject) Execute update.Gets the statement type.Methods inherited from class com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
addExecuteListener, addResultMap, executeQueryForList, executeQueryForObject, executeQueryWithCallback, executeQueryWithRowHandler, getAdditionalResultMaps, getCacheKey, getFetchSize, getId, getParameterClass, getParameterMap, getResource, getResultMap, getResultSetType, getSql, getSqlExecutor, getSqlMapClient, getTimeout, hasMultipleResultMaps, initRequest, notifyListeners, postProcessParameterObject, setBaseCacheKey, setFetchSize, setId, setParameterClass, setParameterMap, setResource, setResultMap, setResultSetType, setSql, setSqlMapClient, setTimeout, sqlExecuteQuery, sqlExecuteUpdate, validateParameter
-
Constructor Details
-
SelectStatement
public SelectStatement()
-
-
Method Details
-
getStatementType
Description copied from class:MappedStatementGets the statement type.- Overrides:
getStatementTypein classMappedStatement- Returns:
- the statement type
-
executeUpdate
public int executeUpdate(StatementScope statementScope, Transaction trans, Object parameterObject) throws SQLException Description copied from class:MappedStatementExecute update.- Overrides:
executeUpdatein classMappedStatement- Parameters:
statementScope- the statement scopetrans- the transparameterObject- the parameter object- Returns:
- the int
- Throws:
SQLException- the SQL exception
-