Uses of Class
com.datastax.driver.core.querybuilder.Ordering

Packages that use Ordering
com.datastax.driver.core.querybuilder A CQL3 query builder. 
 

Uses of Ordering in com.datastax.driver.core.querybuilder
 

Methods in com.datastax.driver.core.querybuilder that return Ordering
static Ordering QueryBuilder.asc(String columnName)
          Ascending ordering for the provided column.
static Ordering QueryBuilder.desc(String columnName)
          Descending ordering for the provided column.
 

Methods in com.datastax.driver.core.querybuilder with parameters of type Ordering
 Select Select.orderBy(Ordering... orderings)
          Adds an ORDER BY clause to this statement.
 Select Select.Where.orderBy(Ordering... orderings)
          Adds an ORDER BY clause to the SELECT statement this WHERE clause if part of.
 



Copyright © 2013. All rights reserved.