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, toString
public 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 SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.