public class OracleSelectQueryBlock extends SQLSelectQueryBlock implements OracleSQLObject
Constructor and Description |
---|
OracleSelectQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleSelectQueryBlock |
clone() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
ModelClause |
getModelClause() |
boolean |
isSkipLocked() |
void |
limit(int rowCount,
int offset) |
void |
setFrom(String tableName) |
void |
setModelClause(ModelClause modelClause) |
void |
setSkipLocked(boolean skipLocked) |
String |
toString() |
addCondition, addCondition, addSelectItem, addSelectItem, addSelectItem, addWhere, cloneSelectListTo, cloneTo, equals, 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, hashCode, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, 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 OracleSelectQueryBlock clone()
clone
in interface SQLObject
clone
in interface SQLSelectQuery
clone
in class SQLSelectQueryBlock
public ModelClause getModelClause()
public void setModelClause(ModelClause modelClause)
public List<SQLCommentHint> getHints()
public int getHintsSize()
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public String toString()
toString
in class SQLObjectImpl
public void limit(int rowCount, int offset)
limit
in class SQLSelectQueryBlock
public void setFrom(String tableName)
Copyright © 2013–2017 Alibaba Group. All rights reserved.