Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Select.Where |
Select.Where.and(Clause clause)
Adds the provided clause to this WHERE clause.
|
Select.Where |
Select.where()
Returns a Where statement for this query without adding clause.
|
Select.Where |
Select.where(Clause clause)
Adds a WHERE clause to this statement.
|