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