Uses of Class
org.apache.cassandra.cql3.operations.PreparedOperation.Kind

Packages that use PreparedOperation.Kind
org.apache.cassandra.cql3.operations   
 

Uses of PreparedOperation.Kind in org.apache.cassandra.cql3.operations
 

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

Constructors in org.apache.cassandra.cql3.operations with parameters of type PreparedOperation.Kind
PreparedOperation(Term value, PreparedOperation.Kind kind)
           
 



Copyright © 2012 The Apache Software Foundation