See: Description
| Class | Description |
|---|---|
| BinaryQuery | |
| BinaryReadQuery |
A query that reads binary data from Cassandra.
|
| Delete |
A query that deletes a binary.
|
| GetChunkSize |
A query to retrieve the chunk size metadata for a binary.
|
| Insert |
Insert binary data into a table.
|
| Read |
Reads all bytes from a binary to an
InputStream. |
| ReadRange |
Reads a range of bytes from a binary to an
InputStream. |