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, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
public 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.