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, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLOrderingSpecification getType()
public void setType(SQLOrderingSpecification type)
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
public int hashCode()
hashCode
在类中 SQLExprImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.