org.apache.ibatis.jdbc
Class SQL

java.lang.Object
  extended by org.apache.ibatis.jdbc.AbstractSQL<SQL>
      extended by org.apache.ibatis.jdbc.SQL

public class SQL
extends AbstractSQL<SQL>


Constructor Summary
SQL()
           
 
Method Summary
 SQL getSelf()
           
 
Methods inherited from class org.apache.ibatis.jdbc.AbstractSQL
AND, DELETE_FROM, FROM, GROUP_BY, HAVING, INNER_JOIN, INSERT_INTO, JOIN, LEFT_OUTER_JOIN, OR, ORDER_BY, OUTER_JOIN, RIGHT_OUTER_JOIN, SELECT_DISTINCT, SELECT, SET, toString, UPDATE, usingAppender, VALUES, WHERE
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQL

public SQL()
Method Detail

getSelf

public SQL getSelf()
Specified by:
getSelf in class AbstractSQL<SQL>


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.