Uses of Class
org.apache.cassandra.cql3.ResultSet.Flag

Packages that use ResultSet.Flag
org.apache.cassandra.cql3   
 

Uses of ResultSet.Flag in org.apache.cassandra.cql3
 

Fields in org.apache.cassandra.cql3 with type parameters of type ResultSet.Flag
 java.util.EnumSet<ResultSet.Flag> ResultSet.Metadata.flags
           
 

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

Methods in org.apache.cassandra.cql3 that return types with arguments of type ResultSet.Flag
static java.util.EnumSet<ResultSet.Flag> ResultSet.Flag.deserialize(int flags)
           
 

Method parameters in org.apache.cassandra.cql3 with type arguments of type ResultSet.Flag
static int ResultSet.Flag.serialize(java.util.EnumSet<ResultSet.Flag> flags)
           
 



Copyright © 2013 The Apache Software Foundation