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 |
|---|---|
boolean |
addWhere(SQLExpr where) |
SQLSelectStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLSelect |
getSelect() |
void |
output(StringBuffer buf) |
void |
setSelect(SQLSelect select) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLObjectoutput in class SQLObjectImplpublic SQLSelectStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean addWhere(SQLExpr where)
Copyright © 2013–2018 Alibaba Group. All rights reserved.