org.apache.cassandra.cql3.statements
Class SelectStatement.Parameters

java.lang.Object
  extended by org.apache.cassandra.cql3.statements.SelectStatement.Parameters
Enclosing class:
SelectStatement

public static class SelectStatement.Parameters
extends java.lang.Object


Constructor Summary
SelectStatement.Parameters(org.apache.cassandra.thrift.ConsistencyLevel consistency, int limit, ColumnIdentifier orderBy, boolean reversed, boolean isCount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectStatement.Parameters

public SelectStatement.Parameters(org.apache.cassandra.thrift.ConsistencyLevel consistency,
                                  int limit,
                                  ColumnIdentifier orderBy,
                                  boolean reversed,
                                  boolean isCount)


Copyright © 2012 The Apache Software Foundation