| Constructor and Description |
|---|
MySqlOrderingExpr() |
MySqlOrderingExpr(SQLExpr expr,
SQLOrderingSpecification type) |
| Modifier and Type | Method and Description |
|---|---|
MySqlOrderingExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLExpr |
getExpr() |
SQLOrderingSpecification |
getType() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLOrderingSpecification type) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlOrderingExpr()
public MySqlOrderingExpr(SQLExpr expr, SQLOrderingSpecification type)
public MySqlOrderingExpr clone()
public List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLOrderingSpecification getType()
public void setType(SQLOrderingSpecification type)
public boolean equals(Object obj)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.