|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gibello.zql.ZGroupBy
public class ZGroupBy
ZGroupBy: an SQL GROUP BY...HAVING clause
| Constructor Summary | |
|---|---|
ZGroupBy(java.util.Vector exps)
Create a GROUP BY given a set of Expressions |
|
| Method Summary | |
|---|---|
java.util.Vector |
getGroupBy()
Get the GROUP BY expressions |
ZExp |
getHaving()
Get the HAVING clause |
void |
setHaving(ZExp e)
Initiallize the HAVING part of the GROUP BY |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ZGroupBy(java.util.Vector exps)
exps - A vector of SQL Expressions (ZExp objects).| Method Detail |
|---|
public void setHaving(ZExp e)
e - An SQL Expression (the HAVING clause)public java.util.Vector getGroupBy()
public ZExp getHaving()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||