public static class Operation.Substraction extends java.lang.Object implements Operation.RawUpdate
Constructor and Description |
---|
Substraction(Term.Raw value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(Operation.RawUpdate other) |
Operation |
prepare(CFMetaData cfm,
ColumnDefinition receiver)
This method validates the operation (i.e.
|
protected java.lang.String |
toString(ColumnSpecification column) |
Term.Raw |
value() |
public Substraction(Term.Raw value)
public Operation prepare(CFMetaData cfm, ColumnDefinition receiver) throws InvalidRequestException
Operation.RawUpdate
prepare
in interface Operation.RawUpdate
receiver
- the column this operation applies to.InvalidRequestException
protected java.lang.String toString(ColumnSpecification column)
public boolean isCompatibleWith(Operation.RawUpdate other)
isCompatibleWith
in interface Operation.RawUpdate
other
update (in the same UPDATE statement for the same column).public Term.Raw value()
Copyright © 2017 The Apache Software Foundation