public class OracleSelectQueryBlock extends SQLSelectQueryBlock
| Constructor and Description |
|---|
OracleSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
OracleSelectQueryBlock |
clone() |
List<SQLExpr> |
getForUpdateOf() |
int |
getForUpdateOfSize() |
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, addSelectItem, addSelectItem, addSelectItem, addWhere, cloneTo, equals, findSelectItem, findTableSource, getConnectBy, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getLimit, getOffset, getOrderBy, getOrderBySiblings, getSelectList, getStartWith, getWaitTime, getWhere, hashCode, isBracket, isForUpdate, isNoCycle, isNoWait, isParenthesized, isPrior, replace, setBracket, setConnectBy, setDistionOption, setFirst, setForUpdate, setFrom, setFrom, setGroupBy, setInto, setInto, setLimit, setNoCycle, setNoWait, setOffset, setOrderBy, setOrderBySiblings, setParenthesized, setPrior, setStartWith, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic OracleSelectQueryBlock clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLSelectQueryBlockpublic ModelClause getModelClause()
public void setModelClause(ModelClause modelClause)
public List<SQLCommentHint> getHints()
public int getHintsSize()
public int getForUpdateOfSize()
public boolean isSkipLocked()
public void setSkipLocked(boolean skipLocked)
public String toString()
toString in class SQLObjectImplpublic void limit(int rowCount,
int offset)
limit in class SQLSelectQueryBlockpublic void setFrom(String tableName)
Copyright © 2013–2017 Alibaba Group. All rights reserved.