public class OracleSelectQueryBlock extends SQLSelectQueryBlock implements OracleSQLObject
| Constructor and Description |
|---|
OracleSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleSelectQueryBlock |
clone() |
ModelClause |
getModelClause() |
boolean |
isSkipLocked() |
void |
limit(int rowCount,
int offset) |
void |
setFrom(String tableName) |
void |
setModelClause(ModelClause modelClause) |
void |
setSkipLocked(boolean skipLocked) |
String |
toString() |
addClusterBy, addCondition, addCondition, addDistributeBy, addDistributeBy, addHaving, addOrderBy, addOrderBy, addOrderBy, addOrderBy, addSelectItem, addSelectItem, addSelectItem, addSelectItem, addSortBy, addWhere, addWhereForDynamicFilter, addWindow, clearMapJoinHint, cloneSelectListTo, cloneTo, computeSelecteListAlias, containsOrderBy, equals, equalsForMergeJoin, findAllColumnSelectItem, findColumn, findColumn, findSelectItem, findSelectItem, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCachedSelectList, getCachedSelectListHash, getClusterBy, getClusterByDirect, getConnectBy, getDbType, getDistionOption, getDistributeBy, getDistributeByDirect, getFirst, getForUpdateOf, getForUpdateOfSize, getFrom, getGroupBy, getHints, getHintsDirect, getHintsSize, getInto, getLimit, getMappJoinTableSources, getOffset, getOrderBy, getOrderBySiblings, getSelectItem, getSelectList, getSortBy, getSortByDirect, getStartWith, getWaitTime, getWhere, getWindows, hashCode, hasSelectAggregation, isBracket, isDistinct, isForShare, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, mergeLimit, removeCondition, removeCondition, replace, replaceInParent, resolveColum, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistinct, setDistionOption, setFirst, setForShare, setForUpdate, setFrom, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere, whereOraccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic OracleSelectQueryBlock clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLSelectQueryBlockpublic ModelClause getModelClause()
public void setModelClause(ModelClause modelClause)
public boolean isSkipLocked()
isSkipLocked in class SQLSelectQueryBlockpublic void setSkipLocked(boolean skipLocked)
setSkipLocked in class SQLSelectQueryBlockpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic String toString()
toString in class SQLObjectImplpublic void limit(int rowCount,
int offset)
limit in class SQLSelectQueryBlockpublic void setFrom(String tableName)
Copyright © 2013–2021 Alibaba Group. All rights reserved.