Package de.businesscode.bcdui.wrs.load
Class WrqGroupBy2Sql
java.lang.Object
de.businesscode.bcdui.wrs.load.WrqGroupBy2Sql
Parses a wrq:WrsRequest//wrq:Grouping element and returns a sql GROUP BY [GROUPING SET] expression
Initially taken from WrsSqlGenerator. For older change history, see there
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuffer
generateGroupingClause
(List<Element> boundVariables)
-
Constructor Details
-
WrqGroupBy2Sql
-
-
Method Details
-
generateGroupingClause
- Returns:
- GROUP BY clause or empty String Initially taken from WrsSqlGenerator. For older change history see there
- Throws:
Exception
-