|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.Operation.SetElement
public static class Operation.SetElement
Constructor Summary | |
---|---|
Operation.SetElement(Term.Raw selector,
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.SetElement(Term.Raw selector, Term.Raw value)
Method Detail |
---|
public Operation prepare(CFDefinition.Name receiver) throws InvalidRequestException
Operation.RawUpdate
prepare
in interface Operation.RawUpdate
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
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).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |