|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Select.Selection | |
|---|---|
| com.datastax.driver.core.querybuilder | A CQL3 query builder. |
| Uses of Select.Selection in com.datastax.driver.core.querybuilder |
|---|
| Methods in com.datastax.driver.core.querybuilder that return Select.Selection | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||