Uses of Class
com.vaadin.data.util.sqlcontainer.query.OrderBy

Packages that use OrderBy
com.vaadin.data.util.sqlcontainer   
com.vaadin.data.util.sqlcontainer.query   
com.vaadin.data.util.sqlcontainer.query.generator   
 

Uses of OrderBy in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer with parameters of type OrderBy
 void SQLContainer.addOrderBy(OrderBy orderBy)
          Adds the given OrderBy to this container and refreshes the container contents with the new sorting rules.
 

Uses of OrderBy in com.vaadin.data.util.sqlcontainer.query
 

Method parameters in com.vaadin.data.util.sqlcontainer.query with type arguments of type OrderBy
 void TableQuery.setOrderBy(List<OrderBy> orderBys)
           
 void FreeformQueryDelegate.setOrderBy(List<OrderBy> orderBys)
          Sets the order in which to retrieve rows from the database.
 void QueryDelegate.setOrderBy(List<OrderBy> orderBys)
          Sets the order in which to retrieve rows from the database.
 void FreeformQuery.setOrderBy(List<OrderBy> orderBys)
           
 

Uses of OrderBy in com.vaadin.data.util.sqlcontainer.query.generator
 

Methods in com.vaadin.data.util.sqlcontainer.query.generator with parameters of type OrderBy
protected  StringBuffer DefaultSQLGenerator.generateOrderBy(StringBuffer sb, OrderBy o, boolean firstOrderBy)
          Generates sorting rules as an ORDER BY -clause
 

Method parameters in com.vaadin.data.util.sqlcontainer.query.generator with type arguments of type OrderBy
 StatementHelper SQLGenerator.generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)
          Generates a SELECT query with the provided parameters.
 StatementHelper MSSQLGenerator.generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)
           
 StatementHelper OracleGenerator.generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)
           
 StatementHelper DefaultSQLGenerator.generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.