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

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

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

Methods in org.sql.generation.api.grammar.builders.query that return types with arguments of type SortSpecification
 List<SortSpecification> OrderByBuilder.getSortSpecs()
          Returns the list of added sort specifications.
 

Methods in org.sql.generation.api.grammar.builders.query with parameters of type SortSpecification
 OrderByBuilder OrderByBuilder.addSortSpecs(SortSpecification... specs)
          Adds sort specifications to this ORDER BY clause.
 

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

Methods in org.sql.generation.api.grammar.factories that return SortSpecification
 SortSpecification QueryFactory.sortSpec(ValueExpression expression, Ordering ordering)
          Creates a new sort specification for ORDER BY clause.
 

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

Methods in org.sql.generation.api.grammar.query that return types with arguments of type SortSpecification
 List<SortSpecification> OrderByClause.getOrderingColumns()
          Returns the ordering columns of this ORDER BY clause.
 



Copyright © 2010. All Rights Reserved.