Uses of Class
org.apache.cassandra.cql3.Operation

Packages that use Operation
org.apache.cassandra.cql3.statements   
 

Uses of Operation in org.apache.cassandra.cql3.statements
 

Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Operation
UpdateStatement(CFName name, java.util.Map<ColumnIdentifier,Operation> columns, java.util.List<Relation> whereClause, Attributes attrs)
          Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.
 



Copyright © 2013 The Apache Software Foundation