public class SQL extends AbstractSQL<SQL>
Constructor and Description |
---|
SQL() |
Modifier and Type | Method and Description |
---|---|
SQL |
getSelf() |
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
public SQL getSelf()
getSelf
in class AbstractSQL<SQL>
Copyright © 2010–2015 MyBatis.org. All rights reserved.