Uses of Class
org.apache.cassandra.cql3.statements.Selection

Packages that use Selection
org.apache.cassandra.cql3.statements   
 

Uses of Selection in org.apache.cassandra.cql3.statements
 

Methods in org.apache.cassandra.cql3.statements that return Selection
static Selection Selection.fromSelectors(CFDefinition cfDef, java.util.List<RawSelector> rawSelectors)
           
static Selection Selection.wildcard(CFDefinition cfDef)
           
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type Selection
SelectStatement(CFDefinition cfDef, int boundTerms, SelectStatement.Parameters parameters, Selection selection)
           
 



Copyright © 2013 The Apache Software Foundation