public class MySqlSelectQueryBlock extends SQLSelectQueryBlock implements MySqlObject
限定符和类型 | 类和说明 |
---|---|
static class |
MySqlSelectQueryBlock.Limit |
构造器和说明 |
---|
MySqlSelectQueryBlock() |
addSelectItem, getDistionOption, getFrom, getGroupBy, getInto, getOrderBy, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setOrderBy, setParenthesized, setWaitTime, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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 MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
public int hashCode()
hashCode
在类中 SQLSelectQueryBlock
public boolean equals(Object obj)
equals
在类中 SQLSelectQueryBlock
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
Copyright © 2013–2016 Alibaba Group. All rights reserved.