public static interface Operation.RawDeletion
| Modifier and Type | Method and Description |
|---|---|
ColumnIdentifier |
affectedColumn()
The name of the column affected by this delete operation.
|
Operation |
prepare(java.lang.String keyspace,
ColumnMetadata receiver,
TableMetadata metadata)
This method validates the operation (i.e.
|
ColumnIdentifier affectedColumn()
Operation prepare(java.lang.String keyspace, ColumnMetadata receiver, TableMetadata metadata) throws InvalidRequestException
receiver - the "column" this operation applies to.metadata - InvalidRequestExceptionCopyright © 2009-2020 The Apache Software Foundation