Home » iBatis-2.3.4 » com.ibatis.sqlmap.engine.mapping.sql » raw » [javadoc | source]
com.ibatis.sqlmap.engine.mapping.sql.raw
public class: RawSql [javadoc | source]
java.lang.Object
   com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql

All Implemented Interfaces:
    com.ibatis.sqlmap.engine.mapping.sql.Sql

A non-executable SQL container simply for communicating raw SQL around the framework.
Constructor:
 public RawSql(String sql) 
Method from com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql Summary:
cleanup,   getParameterMap,   getResultMap,   getSql
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.ibatis.sqlmap.engine.mapping.sql.raw.RawSql Detail:
 public  void cleanup(StatementScope statementScope) 
 public ParameterMap getParameterMap(StatementScope statementScope,
    Object parameterObject) 
 public ResultMap getResultMap(StatementScope statementScope,
    Object parameterObject) 
 public String getSql(StatementScope statementScope,
    Object parameterObject)