Class WrqGroupBy2Sql

java.lang.Object
de.businesscode.bcdui.wrs.load.WrqGroupBy2Sql

public class WrqGroupBy2Sql extends Object
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 Details

    • WrqGroupBy2Sql

      public WrqGroupBy2Sql(WrqInfo wrqInfo)
  • Method Details

    • generateGroupingClause

      protected StringBuffer generateGroupingClause(List<Element> boundVariables) throws Exception
      Returns:
      GROUP BY clause or empty String Initially taken from WrsSqlGenerator. For older change history see there
      Throws:
      Exception