Uses of Interface
org.sql.generation.api.grammar.query.GroupingElement

Packages that use GroupingElement
org.sql.generation.api.grammar.builders.query Package to hold builders for SQL queries (SELECT -statements). 
org.sql.generation.api.grammar.query This package and its sub-package contain elements related to SQL queries (SELECT statements). 
 

Uses of GroupingElement in org.sql.generation.api.grammar.builders.query
 

Methods in org.sql.generation.api.grammar.builders.query that return types with arguments of type GroupingElement
 java.util.List<GroupingElement> GroupByBuilder.getGroupingElements()
          Returns the list of added grouping elements.
 

Methods in org.sql.generation.api.grammar.builders.query with parameters of type GroupingElement
 GroupByBuilder GroupByBuilder.addGroupingElements(GroupingElement... elements)
          Adds grouping elements to this GROUP BY clause.
 

Uses of GroupingElement in org.sql.generation.api.grammar.query
 

Subinterfaces of GroupingElement in org.sql.generation.api.grammar.query
 interface OrdinaryGroupingSet
          This syntax element represents the ordinary grouping set specification.
 

Classes in org.sql.generation.api.grammar.query that implement GroupingElement
static class GroupingElement.GrandTotal
          This syntax element represents the grand total grouping element.
 

Methods in org.sql.generation.api.grammar.query that return types with arguments of type GroupingElement
 java.util.List<GroupingElement> GroupByClause.getGroupingElements()
          Returns the grouping elements of this GROUP BY clause.
 java.lang.Class<? extends GroupingElement> GroupingElement.GrandTotal.getImplementedType()
          Returns GroupingElement.GrandTotal
 



Copyright © 2010. All Rights Reserved.