public class OracleSelectQueryBlock extends SQLSelectQueryBlock implements OracleSQLObject
| 限定符和类型 | 字段和说明 |
|---|---|
private ModelClause |
modelClause |
private boolean |
skipLocked |
cachedSelectList, cachedSelectListHash, clusterBy, connectBy, dbType, distionOption, distributeBy, forUpdate, forUpdateOf, from, groupBy, hints, into, limit, noCycle, noWait, orderBy, orderBySiblings, parenthesized, prior, selectList, sortBy, startWith, waitTime, where, windowsattributes, parent| 构造器和说明 |
|---|
OracleSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor 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, 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, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, removeCondition, removeCondition, replace, replaceInParent, resolveColum, selectItemHasAllColumn, selectItemHasAllColumn, setBracket, setCachedSelectList, setConnectBy, setDbType, setDistinct, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setFrom, setFrom, setFrom, setGroupBy, setHints, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhere, whereOraccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate ModelClause modelClause
private boolean skipLocked
public OracleSelectQueryBlock clone()
clone 在接口中 SQLObjectclone 在接口中 SQLSelectQueryclone 在类中 SQLSelectQueryBlockpublic ModelClause getModelClause()
public void setModelClause(ModelClause modelClause)
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLSelectQueryBlockpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic String toString()
toString 在类中 SQLObjectImplpublic void limit(int rowCount,
int offset)
limit 在类中 SQLSelectQueryBlockpublic void setFrom(String tableName)
Copyright © 2013–2019 Alibaba Group. All rights reserved.