| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | 
 A CQL3 query builder. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Select.SelectionOrAlias
An Selection clause for an in-construction SELECT statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Select.Selection | 
Select.SelectionOrAlias.as(String alias)
Adds an alias for the just selected item. 
 | 
Select.Selection | 
Select.Selection.distinct()
Uses DISTINCT selection. 
 | 
Select.Selection | 
Select.Selection.json()
Uses JSON selection. 
 | 
static Select.Selection | 
QueryBuilder.select()
Starts building a new  
SELECT query. | 
Copyright © 2012–2018. All rights reserved.