Uses of Class
org.apache.cassandra.cql.UpdateStatement

Packages that use UpdateStatement
org.apache.cassandra.cql   
 

Uses of UpdateStatement in org.apache.cassandra.cql
 

Methods in org.apache.cassandra.cql that return types with arguments of type UpdateStatement
 java.util.List<UpdateStatement> BatchUpdateStatement.getUpdates()
           
 

Constructor parameters in org.apache.cassandra.cql with type arguments of type UpdateStatement
BatchUpdateStatement(java.util.List<UpdateStatement> updates, ConsistencyLevel consistency)
          Creates a new BatchUpdateStatement from a list of UpdateStatements and a Thrift consistency level.
 



Copyright © 2011 The Apache Software Foundation