Class WrqGroupBy2Sql


  • public class WrqGroupBy2Sql
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.StringBuffer generateGroupingClause​(java.util.List<org.w3c.dom.Element> boundVariables)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrqGroupBy2Sql

        public WrqGroupBy2Sql​(WrqInfo wrqInfo)
    • Method Detail

      • generateGroupingClause

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