public class MySqlSelectQueryBlock extends SQLSelectQueryBlock implements MySqlObject
Constructor and Description |
---|
MySqlSelectQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlSelectQueryBlock |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCache() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
List<SQLExpr> |
getProcedureArgumentList() |
SQLName |
getProcedureName() |
int |
hashCode() |
boolean |
isBigResult() |
boolean |
isBufferResult() |
boolean |
isCalcFoundRows() |
boolean |
isHignPriority() |
boolean |
isLockInShareMode() |
boolean |
isSmallResult() |
boolean |
isStraightJoin() |
void |
setBigResult(boolean bigResult) |
void |
setBufferResult(boolean bufferResult) |
void |
setCache(Boolean cache) |
void |
setCalcFoundRows(boolean calcFoundRows) |
void |
setHignPriority(boolean hignPriority) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setLockInShareMode(boolean lockInShareMode) |
void |
setProcedureName(SQLName procedureName) |
void |
setSmallResult(boolean smallResult) |
void |
setStraightJoin(boolean straightJoin) |
String |
toString() |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addWhere, cloneSelectListTo, cloneTo, findAllColumnSelectItem, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getConnectBy, getDbType, getDistionOption, getDistributeBy, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBy, getOrderBySiblings, getSelectList, getSortBy, getStartWith, getWaitTime, getWhere, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, limit, removeCondition, removeCondition, replace, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public MySqlSelectQueryBlock clone()
clone
in interface SQLObject
clone
in interface SQLSelectQuery
clone
in class SQLSelectQueryBlock
public int getHintsSize()
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public boolean isLockInShareMode()
public void setLockInShareMode(boolean lockInShareMode)
public SQLName getProcedureName()
public void setProcedureName(SQLName procedureName)
public boolean isHignPriority()
public void setHignPriority(boolean hignPriority)
public boolean isStraightJoin()
public void setStraightJoin(boolean straightJoin)
public boolean isSmallResult()
public void setSmallResult(boolean smallResult)
public boolean isBigResult()
public void setBigResult(boolean bigResult)
public boolean isBufferResult()
public void setBufferResult(boolean bufferResult)
public Boolean getCache()
public void setCache(Boolean cache)
public boolean isCalcFoundRows()
public void setCalcFoundRows(boolean calcFoundRows)
public int hashCode()
hashCode
in class SQLSelectQueryBlock
public boolean equals(Object obj)
equals
in class SQLSelectQueryBlock
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.