| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | 
 A CQL3 query builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Select.Selection | 
Select.Selection.column(String name)
Selects the provided column. 
 | 
Select.Selection | 
Select.Selection.fcall(String name,
     Object... parameters)
Creates a function call. 
 | 
static Select.Selection | 
QueryBuilder.select()
Start building a new SELECT query. 
 | 
Select.Selection | 
Select.Selection.ttl(String name)
Selects the ttl of provided column. 
 | 
Select.Selection | 
Select.Selection.writeTime(String name)
Selects the write time of provided column. 
 | 
Copyright © 2014. All Rights Reserved.