public class SQLOrderBy extends SQLObjectImpl
构造器和说明 |
---|
SQLOrderBy() |
SQLOrderBy(SQLExpr expr) |
限定符和类型 | 方法和说明 |
---|---|
void |
addItem(SQLExpr expr,
SQLOrderingSpecification type) |
void |
addItem(SQLSelectOrderByItem item) |
boolean |
equals(Object obj) |
List<SQLSelectOrderByItem> |
getItems() |
int |
hashCode() |
boolean |
isSibings() |
void |
setSibings(boolean sibings) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.