public static interface Operation.RawUpdate
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(Operation.RawUpdate other) |
Operation |
prepare(CFMetaData cfm,
ColumnDefinition receiver)
This method validates the operation (i.e.
|
Operation prepare(CFMetaData cfm, ColumnDefinition receiver) throws InvalidRequestException
receiver
- the column this operation applies to.InvalidRequestException
boolean isCompatibleWith(Operation.RawUpdate other)
other
update (in the same UPDATE statement for the same column).Copyright © 2017 The Apache Software Foundation