Uses of Class
org.apache.cassandra.cql3.statements.ModificationStatement.Type

Packages that use ModificationStatement.Type
org.apache.cassandra.cql3.statements   
 

Uses of ModificationStatement.Type in org.apache.cassandra.cql3.statements
 

Fields in org.apache.cassandra.cql3.statements declared as ModificationStatement.Type
protected  ModificationStatement.Type ModificationStatement.type
           
 

Methods in org.apache.cassandra.cql3.statements that return ModificationStatement.Type
static ModificationStatement.Type ModificationStatement.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModificationStatement.Type[] ModificationStatement.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type ModificationStatement.Type
BatchStatement(ModificationStatement.Type type, java.util.List<ModificationStatement> statements, Attributes attrs)
          Creates a new BatchStatement from a list of statements and a Thrift consistency level.
 



Copyright © 2013 The Apache Software Foundation