类 SQLSelect
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelect
- 所有已实现的接口:
SQLDbTypedObject,SQLObject
-
字段概要
字段修饰符和类型字段说明protected booleanprotected SQLLimitprotected SQLExprprotected SQLOrderByprotected SQLSelectQueryprotected SQLObjectprotected SQLExprprotected SQLWithSubqueryClauseprotected SQLExpr从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbooleanclone()booleanintgetHints()intgetLimit()getQuery()inthashCode()booleanbooleanisSimple()booleanreplace(SQLSelectQuery cmp, SQLSelectQuery target) voidsetForBrowse(boolean forBrowse) voidsetHeadHint(SQLHint headHint) voidvoidvoidsetOrderBy(SQLOrderBy orderBy) voidsetQuery(SQLSelectQuery query) voidsetRestriction(SQLObject restriction) voidsetRowCount(SQLExpr rowCount) voidvoidsetXmlPath(SQLExpr xmlPath) 从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
withSubQuery
-
query
-
orderBy
-
limit
-
hints
-
restriction
-
forBrowse
protected boolean forBrowse -
forXmlOptions
-
xmlPath
-
rowCount
-
offset
-
-
构造器详细资料
-
SQLSelect
public SQLSelect() -
SQLSelect
-
-
方法详细资料
-
getHints
-
getHintsSize
public int getHintsSize() -
getWithSubQuery
-
setWithSubQuery
-
getQuery
-
setQuery
-
getQueryBlock
-
getOrderBy
-
setOrderBy
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
getDbType
- 指定者:
getDbType在接口中SQLDbTypedObject
-
clone
- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLObjectImpl
-
isSimple
public boolean isSimple() -
getRestriction
-
setRestriction
-
isForBrowse
public boolean isForBrowse() -
setForBrowse
public void setForBrowse(boolean forBrowse) -
getForXmlOptions
-
getForXmlOptionsSize
public int getForXmlOptionsSize() -
getRowCount
-
setRowCount
-
getHeadHint
-
setHeadHint
-
getOffset
-
setOffset
-
getXmlPath
-
setXmlPath
-
computeSelecteListAlias
-
getFirstQueryBlock
-
equals
-
hashCode
public int hashCode() -
addWhere
-
replace
-
getLimit
-
setLimit
-