Class Update.AssignmentOp
java.lang.Object
org.springframework.data.cassandra.core.query.Update.AssignmentOp
- Direct Known Subclasses:
Update.AddToMapOp, Update.AddToOp, Update.IncrOp, Update.RemoveOp, Update.SetOp
- Enclosing class:
Update
Abstract class for an update assignment related to a specific
ColumnName.- Since:
- 2.0
- Author:
- Mark Paluch, Chema Vinacua, Jeongjun Min
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.CqlIdentifier
-
Constructor Details
-
AssignmentOp
-
-
Method Details
-
getColumnName
- Returns:
- the
ColumnName.
-
toCqlIdentifier
public com.datastax.oss.driver.api.core.CqlIdentifier toCqlIdentifier()- Returns:
- the
ColumnName.
-