Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Class and Description |
---|---|
static class |
Select.Selection
An Selection clause for an in-construction SELECT statement.
|
static class |
Select.SelectionOrAlias
An Selection clause for an in-construction SELECT statement.
|
Modifier and Type | Method and Description |
---|---|
abstract Select.Builder |
Select.Selection.all()
Selects all columns (i.e.
|
Select.Builder |
Select.SelectionOrAlias.all() |
abstract Select.Builder |
Select.Selection.countAll()
Selects the count of all returned rows (i.e.
|
Select.Builder |
Select.SelectionOrAlias.countAll() |
Select.Builder |
Select.Builder.distinct()
Uses DISTINCT selection.
|
Select.Builder |
Select.Builder.json()
Uses JSON selection.
|
static Select.Builder |
QueryBuilder.select(Object... columns)
Starts building a new
SELECT query that selects the provided names. |
static Select.Builder |
QueryBuilder.select(String... columns)
Starts building a new
SELECT query that selects the provided names. |
Copyright © 2012–2017. All rights reserved.