public class MySqlSelectQueryBlock extends SQLSelectQueryBlock implements MySqlObject
| Constructor and Description |
|---|
MySqlSelectQueryBlock() |
addSelectItem, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getOffset, getOrderBy, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setOffset, setOrderBy, setParenthesized, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLLimit getLimit()
public void setLimit(SQLLimit limit)
public int hashCode()
hashCode in class SQLSelectQueryBlockpublic boolean equals(Object obj)
equals in class SQLSelectQueryBlockpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectCopyright © 2013–2016 Alibaba Group. All rights reserved.