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 |
---|---|
SQLSelect |
getSelect() |
void |
output(StringBuffer buf) |
void |
setSelect(SQLSelect select) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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
Copyright © 2013–2017 Alibaba Group. All rights reserved.