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() |
SQLName |
getForcePartition() |
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 |
setForcePartition(SQLName x) |
void |
setHignPriority(boolean hignPriority) |
void |
setLockInShareMode(boolean lockInShareMode) |
void |
setProcedureName(SQLName procedureName) |
void |
setSmallResult(boolean smallResult) |
void |
setStraightJoin(boolean straightJoin) |
String |
toString() |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWindow, cloneSelectListTo, cloneTo, findAllColumnSelectItem, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getCachedSelectListHash, getConnectBy, getDbType, getDistionOption, getDistributeBy, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getHints, getHintsDirect, getHintsSize, getInto, getLimit, getOffset, getOrderBy, getOrderBySiblings, getSelectList, getSortBy, getStartWith, getWaitTime, getWhere, getWindows, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, limit, removeCondition, removeCondition, replace, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlSelectQueryBlock clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLSelectQueryBlockpublic 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 SQLSelectQueryBlockpublic boolean equals(Object obj)
equals in class SQLSelectQueryBlockpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectpublic SQLName getForcePartition()
public void setForcePartition(SQLName x)
public String toString()
toString in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.