|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cassandra.cql3.Operation.Substraction
public static class Operation.Substraction
| Constructor Summary | |
|---|---|
Operation.Substraction(Term.Raw value)
|
|
| Method Summary | |
|---|---|
boolean |
isCompatibleWith(Operation.RawUpdate other)
|
Operation |
prepare(CFDefinition.Name receiver)
This method validates the operation (i.e. |
protected java.lang.String |
toString(ColumnSpecification column)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Operation.Substraction(Term.Raw value)
| Method Detail |
|---|
public Operation prepare(CFDefinition.Name receiver)
throws InvalidRequestException
Operation.RawUpdate
prepare in interface Operation.RawUpdatereceiver - 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.
InvalidRequestExceptionprotected java.lang.String toString(ColumnSpecification column)
public boolean isCompatibleWith(Operation.RawUpdate other)
isCompatibleWith in interface Operation.RawUpdateother update (in the same UPDATE statement for the same column).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||