|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.sql.ast.GroupBy
public class GroupBy
"group by" clause.
| Field Summary | |
|---|---|
List<Expression> |
by
|
Expression |
having
|
| Constructor Summary | |
|---|---|
GroupBy(List<Expression> by,
Expression having)
|
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final List<Expression> by
public final Expression having
| Constructor Detail |
|---|
public GroupBy(List<Expression> by,
Expression having)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||