public class SQLSelect extends SQLObjectImpl
Constructor and Description |
---|
SQLSelect() |
SQLSelect(SQLSelectQuery query) |
Modifier and Type | Method and Description |
---|---|
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 |
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, output, putAttribute, setParent
public 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 String toString()
toString
in class SQLObjectImpl
public SQLSelect clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public 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()
Copyright © 2013–2017 Alibaba Group. All rights reserved.