public class MySqlSelectGroupByExpr extends SQLExprImpl implements MySqlExpr
| 构造器和说明 |
|---|
MySqlSelectGroupByExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
SQLExpr |
getExpr() |
SQLOrderingSpecification |
getType() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setType(SQLOrderingSpecification type) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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-2014 Alibaba Group. All Rights Reserved.