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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public MySqlOrderingExpr()
public MySqlOrderingExpr(SQLExpr expr, SQLOrderingSpecification type)
public MySqlOrderingExpr clone()
public List getChildren()
getChildren
in interface SQLExpr
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLOrderingSpecification getType()
public void setType(SQLOrderingSpecification type)
public boolean equals(Object obj)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.