Class StaticSql
java.lang.Object
com.ibatis.sqlmap.engine.mapping.sql.stat.StaticSql
- All Implemented Interfaces:
Sql
The Class StaticSql.
-
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
-
StaticSql
Instantiates a new static sql.- Parameters:
sqlStatement- the sql statement
-
-
Method Details
-
getSql
Description copied from interface:SqlGets the sql. -
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.
-