| Interface | Description | 
|---|---|
| BindMarker | A bind marker in the query. | 
| BuildableQuery | End state for the query builder DSL, which allows the generation of a CQL query. | 
| CqlSnippet | An element in the query builder DSL, that will generate part of a CQL query. | 
| Literal | A value that will be appended as a CQL literal. | 
| Raw | A raw CQL snippet that will be appended to the query as-is, without any syntax checking or
 escaping. | 
| Class | Description | 
|---|---|
| QueryBuilder | A Domain-Specific Language to build CQL queries using Java code. | 
| SchemaBuilder | A Domain-Specific Language to build CQL DDL queries using Java code. | 
| SchemaBuilder.RowsPerPartition | Specifies the rows_per_partition configuration for table caching options. | 
Copyright © 2017–2020. All rights reserved.