public class MySqlOrderingExpr extends SQLExprImpl implements MySqlExpr, SQLReplaceable
| 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() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLOrderingSpecification type) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic MySqlOrderingExpr()
public MySqlOrderingExpr(SQLExpr expr, SQLOrderingSpecification type)
public MySqlOrderingExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic 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–2020 Alibaba Group. All rights reserved.