public class MySqlOrderingExpr extends SQLExprImpl implements MySqlExpr
Constructor and Description |
---|
MySqlOrderingExpr() |
MySqlOrderingExpr(SQLExpr expr,
SQLOrderingSpecification type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SQLExpr |
getExpr() |
SQLOrderingSpecification |
getType() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLOrderingSpecification type) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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 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.