Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.raw(String rawString)
Selects the provided raw expression.
|
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.
|