public class SQLSelectStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLSelectStatement() |
SQLSelectStatement(SQLSelect select) |
SQLSelectStatement(SQLSelect select,
String dbType) |
SQLSelectStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
SQLSelectStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLSelect |
getSelect() |
void |
output(StringBuffer buf) |
void |
setSelect(SQLSelect select) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLSelectStatement()
public SQLSelectStatement(String dbType)
public SQLSelectStatement(SQLSelect select)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public SQLSelectStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.