|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.sqlutil.parsql.GroupBy
GroupBy: an SQL GROUP BY...HAVING clause
Constructor Summary | |
GroupBy(java.util.Vector groupBy)
Creates a GROUP BY given a set of Expressions |
Method Summary | |
java.util.Vector |
getGroupBy()
Gets the GROUP BY expressions |
ExpSelConst |
getHaving()
Gets the HAVING clause. |
void |
setHaving(ExpSelConst having)
Initializes the HAVING part of the GROUP BY. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupBy(java.util.Vector groupBy)
groupBy
- A vector of SQL Expressions (ExpSelConst objects).Method Detail |
public void setHaving(ExpSelConst having)
having
- An SQL Expression (the HAVING clause).public java.util.Vector getGroupBy()
public ExpSelConst getHaving()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |