| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | 
 A CQL3 query builder. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Select.Selection
An Selection clause for an in-construction SELECT statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Select.Builder | 
Select.Selection.all()
Selects all columns (i.e. 
 | 
Select.Builder | 
Select.Selection.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 © 2014. All Rights Reserved.