Class RawSql
java.lang.Object
com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup(StatementScope statementScope) Cleanup.getParameterMap(StatementScope statementScope, Object parameterObject) Gets the parameter map.getResultMap(StatementScope statementScope, Object parameterObject) Gets the result map.getSql(StatementScope statementScope, Object parameterObject) Gets the sql.
-
Constructor Details
-
RawSql
-
-
Method Details
-
getSql
-
getParameterMap
Description copied from interface:SqlGets the parameter map.- Specified by:
getParameterMapin interfaceSql- Parameters:
statementScope- the statement scopeparameterObject- the parameter object- Returns:
- the parameter map
-
getResultMap
Description copied from interface:SqlGets the result map.- Specified by:
getResultMapin interfaceSql- Parameters:
statementScope- the statement scopeparameterObject- the parameter object- Returns:
- the result map
-
cleanup
Description copied from interface:SqlCleanup.
-