See: Description
| Interface | Description |
|---|---|
| SpecialCommandExecutor |
Executor for a
special CQL
command.
|
| Class | Description |
|---|---|
| AbstractCopyCommandExecutor |
Executor abstraction for common parts of the special commands
COPY. |
| ConsistencyLevelExecutor |
Executor for consistency level special commands.
|
| CopyFromCommandExecutor |
Executor for special command importing data into a table from a CSV file.
|
| CopyToCommandExecutor |
Executor for special command copying table content to a CSV file.
|
| NoOpExecutor |
Executor returning an empty result set.
|
| SerialConsistencyLevelExecutor |
Executor for serial consistency level special commands.
|
| SourceCommandExecutor |
Executor for special command executing a CQL script file.
|
| SpecialCommandsUtil |
Utility methods for execution of
special CQL
commands.
|
Supported commands:
CONSISTENCY [level]SERIAL CONSISTENCY [level]SOURCE <filename>COPY <tableName>[(<columns>)] TO|FROM <filename>[ WITH <options>[ AND <options> ...]]Copyright © 2020–2026 ING Bank. All rights reserved.