Uses of Class
com.datastax.driver.core.querybuilder.Select.Selection

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

Uses of Select.Selection in com.datastax.driver.core.querybuilder
 

Subclasses of Select.Selection in com.datastax.driver.core.querybuilder
static class Select.SelectionOrAlias
          An Selection clause for an in-construction SELECT statement.
 

Methods in com.datastax.driver.core.querybuilder that return Select.Selection
 Select.Selection Select.SelectionOrAlias.as(String alias)
          Adds an alias for the just selected item.
 Select.Selection Select.Selection.distinct()
          Uses DISTINCT selection.
static Select.Selection QueryBuilder.select()
          Start building a new SELECT query.
 



Copyright © 2013. All rights reserved.