Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Class and Description |
---|
Assignment |
Batch
A built BATCH statement.
|
Batch.Options
The options of a BATCH statement.
|
BindMarker
A CQL3 bind marker.
|
BuiltStatement
Common ancestor to statements generated with the
QueryBuilder . |
Clause |
Delete
A built DELETE statement.
|
Delete.Builder
An in-construction DELETE statement.
|
Delete.Conditions
Conditions for a DELETE statement.
|
Delete.Options
The options of a DELETE statement.
|
Delete.Selection
An column selection clause for an in-construction DELETE statement.
|
Delete.Where
The WHERE clause of a DELETE statement.
|
Insert
A built
INSERT statement. |
Insert.Options
The options of an
INSERT statement. |
Ordering |
Select
A built SELECT statement.
|
Select.Builder
An in-construction SELECT statement.
|
Select.Selection
An Selection clause for an in-construction SELECT statement.
|
Select.SelectionOrAlias
An Selection clause for an in-construction SELECT statement.
|
Select.Where
The
WHERE clause of a SELECT statement. |
Truncate
A built TRUNCATE statement.
|
Update
A built UPDATE statement.
|
Update.Assignments
The assignments of an UPDATE statement.
|
Update.Conditions
Conditions for an UPDATE statement.
|
Update.IfExists |
Update.Options
The options of a UPDATE statement.
|
Update.Where
The WHERE clause of an UPDATE statement.
|
Using |
Copyright © 2012–2018. All rights reserved.