public class SQLSelectStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLSelectStatement() |
SQLSelectStatement(DbType dbType) |
SQLSelectStatement(SQLSelect select) |
SQLSelectStatement(SQLSelect select,
DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addWhere(SQLExpr where) |
SQLSelectStatement |
clone() |
List<String> |
computeSelecteListAlias() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
SQLSelect |
getSelect() |
int |
hashCode() |
void |
output(Appendable buf) |
void |
setSelect(SQLSelect select) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLSelectStatement()
public SQLSelectStatement(DbType dbType)
public SQLSelectStatement(SQLSelect select)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
public void output(Appendable 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–2021 Alibaba Group. All rights reserved.