Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Select.SelectionOrAlias |
Select.Selection.cast(Object column,
DataType targetType)
Creates a cast of an expression to a given CQL type.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.cast(Object column,
DataType targetType) |
abstract Select.SelectionOrAlias |
Select.Selection.column(String name)
Selects the provided column.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.column(String name) |
abstract Select.SelectionOrAlias |
Select.Selection.fcall(String name,
Object... parameters)
Creates a function call.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.fcall(String name,
Object... parameters) |
Select.SelectionOrAlias |
Select.Selection.raw(String rawString)
Selects the provided raw expression.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.raw(String rawString) |
abstract Select.SelectionOrAlias |
Select.Selection.ttl(String name)
Selects the ttl of provided column.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.ttl(String name) |
abstract Select.SelectionOrAlias |
Select.Selection.writeTime(String name)
Selects the write time of provided column.
|
Select.SelectionOrAlias |
Select.SelectionOrAlias.writeTime(String name) |