com.ibatis.sqlmap.engine.mapping.sql.raw
Class RawSql
java.lang.Object
com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql
- All Implemented Interfaces:
- Sql
public class RawSql
- extends java.lang.Object
- implements Sql
A non-executable SQL container simply for
communicating raw SQL around the framework.
Constructor Summary |
RawSql(java.lang.String sql)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawSql
public RawSql(java.lang.String sql)
getSql
public java.lang.String getSql(StatementScope statementScope,
java.lang.Object parameterObject)
- Specified by:
getSql
in interface Sql
getParameterMap
public ParameterMap getParameterMap(StatementScope statementScope,
java.lang.Object parameterObject)
- Specified by:
getParameterMap
in interface Sql
getResultMap
public ResultMap getResultMap(StatementScope statementScope,
java.lang.Object parameterObject)
- Specified by:
getResultMap
in interface Sql
cleanup
public void cleanup(StatementScope statementScope)
- Specified by:
cleanup
in interface Sql