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() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 void addItem(SQLExpr expr, SQLOrderingSpecification type)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.