public class SQLSelectOrderByItem extends SQLObjectImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLSelectOrderByItem.NullsOrderType |
Constructor and Description |
---|
SQLSelectOrderByItem() |
SQLSelectOrderByItem(SQLExpr expr) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCollate() |
SQLExpr |
getExpr() |
SQLSelectOrderByItem.NullsOrderType |
getNullsOrderType() |
SQLOrderingSpecification |
getType() |
int |
hashCode() |
void |
setCollate(String collate) |
void |
setExpr(SQLExpr expr) |
void |
setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType) |
void |
setType(SQLOrderingSpecification type) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public SQLSelectOrderByItem()
public SQLSelectOrderByItem(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getCollate()
public void setCollate(String collate)
public SQLOrderingSpecification getType()
public void setType(SQLOrderingSpecification type)
public SQLSelectOrderByItem.NullsOrderType getNullsOrderType()
public void setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.