public class SQLSelect extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSelect() |
SQLSelect(SQLSelectQuery query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addWhere(SQLExpr where) |
SQLSelect |
clone() |
boolean |
equals(Object obj) |
SQLSelectQueryBlock |
getFirstQueryBlock() |
List<String> |
getForXmlOptions() |
int |
getForXmlOptionsSize() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
SQLExpr |
getOffset() |
SQLOrderBy |
getOrderBy() |
SQLSelectQuery |
getQuery() |
SQLSelectQueryBlock |
getQueryBlock() |
SQLObject |
getRestriction() |
SQLExpr |
getRowCount() |
SQLWithSubqueryClause |
getWithSubQuery() |
SQLExpr |
getXmlPath() |
int |
hashCode() |
boolean |
isForBrowse() |
boolean |
isSimple() |
void |
output(StringBuffer buf) |
void |
setForBrowse(boolean forBrowse) |
void |
setOffset(SQLExpr offset) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setQuery(SQLSelectQuery query) |
void |
setRestriction(SQLObject restriction) |
void |
setRowCount(SQLExpr rowCount) |
void |
setWithSubQuery(SQLWithSubqueryClause withSubQuery) |
void |
setXmlPath(SQLExpr xmlPath) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLSelect()
public SQLSelect(SQLSelectQuery query)
public int getHintsSize()
public SQLWithSubqueryClause getWithSubQuery()
public void setWithSubQuery(SQLWithSubqueryClause withSubQuery)
public SQLSelectQuery getQuery()
public void setQuery(SQLSelectQuery query)
public SQLSelectQueryBlock getQueryBlock()
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic String toString()
toString in class SQLObjectImplpublic SQLSelect clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean isSimple()
public SQLObject getRestriction()
public void setRestriction(SQLObject restriction)
public boolean isForBrowse()
public void setForBrowse(boolean forBrowse)
public int getForXmlOptionsSize()
public SQLExpr getRowCount()
public void setRowCount(SQLExpr rowCount)
public SQLExpr getOffset()
public void setOffset(SQLExpr offset)
public SQLExpr getXmlPath()
public void setXmlPath(SQLExpr xmlPath)
public SQLSelectQueryBlock getFirstQueryBlock()
public boolean addWhere(SQLExpr where)
Copyright © 2013–2018 Alibaba Group. All rights reserved.