See: Description
| Interface | Description |
|---|---|
| Columns.Selector |
Strategy interface to render a column selection.
|
| CriteriaDefinition |
Criteria definition for a
ColumnName exposing a CriteriaDefinition.Predicate. |
| CriteriaDefinition.Operator |
Strategy interface to represent a CQL predicate operator.
|
| Filter |
Filter consisting of
CriteriaDefinitions to be used with SELECT, UPDATE and
DELETE queries. |
| Update.AddToBuilder |
Builder to add a single element/multiple elements to a collection associated with a
ColumnName. |
| Update.SetBuilder |
Builder to associate a single value with a collection at a given index at
ColumnName. |
| Update.SetValueBuilder |
Builder to associate a single value with a collection at a given index at
ColumnName. |
| Class | Description |
|---|---|
| CassandraPageRequest |
Cassandra-specific
PageRequest implementation providing access to PagingState. |
| ColumnName |
Value object representing a column name.
|
| Columns |
Value object to abstract column names involved in a CQL query.
|
| Columns.ColumnSelector |
Column selection.
|
| Columns.FunctionCall |
Function call selector with alias support.
|
| Criteria |
Basic class for creating queries.
|
| CriteriaDefinition.Predicate |
Represents an operator associated with its value.
|
| Query |
Query object representing
CriteriaDefinitions, Columns, Sort, PagingState and
QueryOptions for a CQL query. |
| Update |
Update object representing representing a set of update operations.
|
| Update.AddToMapOp |
Add element(s) to Map operation.
|
| Update.AddToOp |
Add element(s) to collection operation.
|
| Update.AssignmentOp |
Abstract class for an update assignment related to a specific
ColumnName. |
| Update.IncrOp |
Increment operation.
|
| Update.RemoveOp |
Remove operation.
|
| Update.SetAtIndexOp |
Set at index operation.
|
| Update.SetAtKeyOp |
Set at map key operation.
|
| Update.SetOp |
Set operation.
|
| Enum | Description |
|---|---|
| CriteriaDefinition.Operators |
Commonly used CQL operators.
|
| Update.AddToOp.Mode |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.