| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | A CQL3 query builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Select | Select. allowFiltering()Adds an  ALLOW FILTERINGdirective to this statement. | 
| Select | Select.Where. allowFiltering()Adds an  ALLOW FILTERINGdirective to theSELECTstatement thisWHEREclause is part of. | 
| Select | Select.Builder. from(MaterializedViewMetadata view)Adds the materialized view to select from. | 
| Select | Select.SelectionOrAlias. from(MaterializedViewMetadata view) | 
| 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.SelectionOrAlias. from(String keyspace,
    String table) | 
| Select | Select.Builder. from(TableMetadata table)Adds the table to select from. | 
| Select | Select.SelectionOrAlias. from(TableMetadata table) | 
| Select | Select. groupBy(Object... columns)Adds a  GROUP BYclause to this statement. | 
| Select | Select.Where. groupBy(Object... columns)Adds a  GROUP BYclause to this statement. | 
| Select | Select. limit(BindMarker marker)Adds a prepared  LIMITclause to this statement. | 
| Select | Select.Where. limit(BindMarker limit)Adds a bind marker for the  LIMITclause to theSELECTstatement thisWHEREclause is part of. | 
| Select | Select. limit(int limit)Adds a  LIMITclause to this statement. | 
| Select | Select.Where. limit(int limit)Adds a  LIMITclause to theSELECTstatement thisWHEREclause is part
 of. | 
| Select | Select. orderBy(Ordering... orderings)Adds an  ORDER BYclause to this statement. | 
| Select | Select.Where. orderBy(Ordering... orderings)Adds an ORDER BY clause to the  SELECTstatement thisWHEREclause if part of. | 
| Select | Select. perPartitionLimit(BindMarker marker)Adds a prepared  PER PARTITION LIMITclause to this statement. | 
| Select | Select.Where. perPartitionLimit(BindMarker limit)Adds a bind marker for the  PER PARTITION LIMITclause to theSELECTstatement
 thisWHEREclause is part of. | 
| Select | Select. perPartitionLimit(int perPartitionLimit)Adds a  PER PARTITION LIMITclause to this statement. | 
| Select | Select.Where. perPartitionLimit(int perPartitionLimit)Adds a  PER PARTITION LIMITclause to theSELECTstatement thisWHEREclause is part of. | 
Copyright © 2012–2019. All rights reserved.