| Interface | Description |
|---|---|
| CQLFragment |
A fragment of CQL language included in a mapping definition or in a CQL query.
|
| Mapping |
Defines a bidirectional, many-to-many relationship between record fields and CQL columns.
|
| MappingField |
A field in a mapping definition.
|
| MappingToken |
A token appearing in a mapping string, such as a field, or a CQL fragment.
|
| Class | Description |
|---|---|
| CQLLiteral |
A CQL literal, such as an integer, float, UUID, hex number, boolean, or string literal.
|
| CQLWord |
A CQL identifier (keyspace, table, column, named bound variable, etc).
|
| DefaultMapping | |
| FunctionCall |
A CQL function call as declared in a query or in a mapping entry.
|
| IndexedMappingField |
A field in a mapping declaration, identified by a zero-based integer index.
|
| MappedMappingField |
A field in a mapping definition identified by an alphanumeric name.
|
| MappingInspector |
| Enum | Description |
|---|---|
| CQLRenderMode | |
| MappingPreference |
How to determine if a mapping should be considered indexed or mapped in case of ambiguities, and
according to the connector's capabilities.
|
Copyright © 2017–2021 DataStax. All rights reserved.