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

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

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

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

Methods in com.datastax.driver.core.querybuilder that return Select.Builder
abstract  Select.Builder Select.Selection.all()
          Selects all columns (i.e.
 Select.Builder Select.SelectionOrAlias.all()
          Selects all columns (i.e.
abstract  Select.Builder Select.Selection.countAll()
          Selects the count of all returned rows (i.e.
 Select.Builder Select.SelectionOrAlias.countAll()
          Selects the count of all returned rows (i.e.
static Select.Builder QueryBuilder.select(String... columns)
          Start building a new SELECT query that selects the provided names.
 



Copyright © 2013. All rights reserved.