| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BindMarkerA bind marker in the query. | 
| interface  | LiteralA value that will be appended as a CQL literal. | 
| interface  | RawA raw CQL snippet that will be appended to the query as-is, without any syntax checking or
 escaping. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConditionA condition in a  ConditionalStatement. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RelationA relation in a WHERE clause. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SelectorA selected element in a SELECT query. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TermA simple expression that doesn't reference columns. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AssignmentAn assignment that appears after the SET keyword in an UPDATE statement. | 
Copyright © 2017–2020. All rights reserved.