public final class SQLOrderBy extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLSelectOrderByItem> |
items |
private boolean |
sibings |
attributes, parent| 构造器和说明 |
|---|
SQLOrderBy() |
SQLOrderBy(SQLExpr expr) |
SQLOrderBy(SQLExpr expr,
SQLOrderingSpecification type) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addItem(SQLExpr item) |
void |
addItem(SQLExpr expr,
SQLOrderingSpecification type) |
void |
addItem(SQLSelectOrderByItem item) |
SQLOrderBy |
clone() |
protected SQLSelectOrderByItem |
createItem() |
boolean |
equals(Object obj) |
List<SQLSelectOrderByItem> |
getItems() |
int |
hashCode() |
boolean |
isSibings() |
void |
setSibings(boolean sibings) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprotected final List<SQLSelectOrderByItem> items
private boolean sibings
public SQLOrderBy()
public SQLOrderBy(SQLExpr expr)
public SQLOrderBy(SQLExpr expr, SQLOrderingSpecification type)
public void addItem(SQLSelectOrderByItem item)
public void addItem(SQLExpr item)
public List<SQLSelectOrderByItem> getItems()
public boolean isSibings()
public void setSibings(boolean sibings)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void addItem(SQLExpr expr, SQLOrderingSpecification type)
protected SQLSelectOrderByItem createItem()
public SQLOrderBy clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.