public final class SQLOrderBy extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLOrderBy() |
SQLOrderBy(SQLExpr expr) |
SQLOrderBy(SQLExpr expr,
SQLOrderingSpecification type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(SQLExpr item) |
void |
addItem(SQLExpr expr,
SQLOrderingSpecification type) |
void |
addItem(SQLSelectOrderByItem item) |
SQLOrderBy |
clone() |
boolean |
equals(Object o) |
List<SQLSelectOrderByItem> |
getItems() |
int |
hashCode() |
boolean |
isSibings() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setSibings(boolean sibings) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLOrderBy()
public SQLOrderBy(SQLExpr expr)
public SQLOrderBy(SQLExpr expr, SQLOrderingSpecification type)
public void addItem(SQLSelectOrderByItem item)
public void addItem(SQLExpr item)
public List<SQLSelectOrderByItem> getItems()
public boolean isSibings()
public void setSibings(boolean sibings)
public void addItem(SQLExpr expr, SQLOrderingSpecification type)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic SQLOrderBy clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.