Modifier and Type | Interface and Description |
---|---|
interface |
BindMarker
A bind marker in the query.
|
interface |
Literal
A value that will be appended as a CQL literal.
|
interface |
Raw
A 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 |
Condition
A condition in a
ConditionalStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
Relation
A relation in a WHERE clause.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Selector
A selected element in a SELECT query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Term
A simple expression that doesn't reference columns.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Assignment
An assignment that appears after the SET keyword in an UPDATE statement.
|
Copyright © 2017–2022. All rights reserved.