public static interface Operation.RawUpdate
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(Operation.RawUpdate other) |
Operation |
prepare(CFDefinition.Name receiver)
This method validates the operation (i.e.
|
Operation prepare(CFDefinition.Name receiver) throws InvalidRequestException
receiver
- the "column" this operation applies to. Note that
contrarly to the method of same name in Term.Raw, the receiver should always
be a true column.InvalidRequestException
boolean isCompatibleWith(Operation.RawUpdate other)
other
update (in the same UPDATE statement for the same column).Copyright © 2013 The Apache Software Foundation