| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | 
 A CQL3 query builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Select | 
Select.allowFiltering()
Adds an ALLOW FILTERING directive to this statement. 
 | 
Select | 
Select.Builder.from(String table)
Adds the table to select from. 
 | 
Select | 
Select.Builder.from(String keyspace,
    String table)
Adds the table to select from. 
 | 
Select | 
Select.Builder.from(TableMetadata table)
Adds the table to select from. 
 | 
Select | 
Select.limit(int limit)
Adds a LIMIT clause to this statement. 
 | 
Select | 
Select.Where.limit(int limit)
Adds a LIMIT clause to the SELECT statement this Where clause if
 part of. 
 | 
Select | 
Select.orderBy(Ordering... orderings)
Adds an ORDER BY clause to this statement. 
 | 
Select | 
Select.Where.orderBy(Ordering... orderings)
Adds an ORDER BY clause to the SELECT statement this WHERE clause if
 part of. 
 | 
Copyright © 2014. All Rights Reserved.