| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExpr |
expr |
protected SQLOrderingSpecification |
type |
attributes, parent| 构造器和说明 |
|---|
MySqlOrderingExpr() |
MySqlOrderingExpr(SQLExpr expr,
SQLOrderingSpecification type) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
MySqlOrderingExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLExpr |
getExpr() |
SQLOrderingSpecification |
getType() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLOrderingSpecification type) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected SQLExpr expr
protected SQLOrderingSpecification type
public MySqlOrderingExpr()
public MySqlOrderingExpr(SQLExpr expr, SQLOrderingSpecification type)
public MySqlOrderingExpr clone()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLOrderingSpecification getType()
public void setType(SQLOrderingSpecification type)
public boolean equals(Object obj)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.