|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Select.SelectionOrAlias | |
---|---|
com.datastax.driver.core.querybuilder | A CQL3 query builder. |
Uses of Select.SelectionOrAlias in com.datastax.driver.core.querybuilder |
---|
Methods in com.datastax.driver.core.querybuilder that return Select.SelectionOrAlias | |
---|---|
abstract Select.SelectionOrAlias |
Select.Selection.column(String name)
Selects the provided column. |
Select.SelectionOrAlias |
Select.SelectionOrAlias.column(String name)
Selects the provided column. |
abstract Select.SelectionOrAlias |
Select.Selection.fcall(String name,
Object... parameters)
Creates a function call. |
Select.SelectionOrAlias |
Select.SelectionOrAlias.fcall(String name,
Object... parameters)
Creates a function call. |
abstract Select.SelectionOrAlias |
Select.Selection.ttl(String name)
Selects the ttl of provided column. |
Select.SelectionOrAlias |
Select.SelectionOrAlias.ttl(String name)
Selects the ttl of provided column. |
abstract Select.SelectionOrAlias |
Select.Selection.writeTime(String name)
Selects the write time of provided column. |
Select.SelectionOrAlias |
Select.SelectionOrAlias.writeTime(String name)
Selects the write time of provided column. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |