Uses of Interface
org.sql.generation.api.grammar.builders.query.GroupByBuilder

Packages that use GroupByBuilder
org.sql.generation.api.grammar.builders.query Package to hold builders for SQL queries (SELECT -statements). 
org.sql.generation.api.grammar.builders.query.pgsql This package contains builders specified to work with SQL syntax of the PostgreSQL database provider. 
org.sql.generation.api.grammar.factories This package provides factories to create various builders and SQL syntax elements. 
 

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

Methods in org.sql.generation.api.grammar.builders.query that return GroupByBuilder
 GroupByBuilder GroupByBuilder.addGroupingElements(GroupingElement... elements)
          Adds grouping elements to this GROUP BY clause.
 GroupByBuilder QuerySpecificationBuilder.getGroupBy()
          Gets the builder for GROUP BY clause of this SELECT statement.
 

Methods in org.sql.generation.api.grammar.builders.query with parameters of type GroupByBuilder
 QuerySpecificationBuilder QuerySpecificationBuilder.setGroupBy(GroupByBuilder builder)
          Sets the builder for GROUP BY clause of this SELECT statement.
 

Uses of GroupByBuilder in org.sql.generation.api.grammar.builders.query.pgsql
 

Methods in org.sql.generation.api.grammar.builders.query.pgsql with parameters of type GroupByBuilder
 PgSQLQuerySpecificationBuilder PgSQLQuerySpecificationBuilder.setGroupBy(GroupByBuilder builder)
           
 

Uses of GroupByBuilder in org.sql.generation.api.grammar.factories
 

Methods in org.sql.generation.api.grammar.factories that return GroupByBuilder
 GroupByBuilder QueryFactory.groupByBuilder()
          Creates a builder for GROUP BY clause.
 



Copyright © 2010. All Rights Reserved.