ModSQL
Class Select.GroupByList
java.lang.Object
|
+--ModSQL.Select.GroupByList
- Enclosing class:
- Select
- class Select.GroupByList
- extends Object
Simple list of ColumnValue's in a SELECT query's GROUP BY list. This
class is necessary to set the force_aggregate property of
IndirectFunction's for columns that appear in the GROUP BY list.
|
Method Summary |
boolean |
inList(Function x)
Check if a specific function is in the GROUP BY list. |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Select.GroupByList
Select.GroupByList()
inList
public boolean inList(Function x)
- Check if a specific function is in the GROUP BY list.
- Parameters:
x - function to check- Returns:
- true if the function is in the list