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

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

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

Fields in org.apache.cassandra.cql3 declared as Operation.Type
 Operation.Type Operation.type
           
 

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

Constructors in org.apache.cassandra.cql3 with parameters of type Operation.Type
Operation(ColumnIdentifier a, Operation.Type type, Term b)
           
 



Copyright © 2013 The Apache Software Foundation