Uses of Class
com.datastax.driver.core.querybuilder.Select

Packages that use Select
com.datastax.driver.core.querybuilder A CQL3 query builder. 
 

Uses of Select in com.datastax.driver.core.querybuilder
 

Methods in com.datastax.driver.core.querybuilder that return Select
 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.SelectionOrAlias.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.SelectionOrAlias.from(TableMetadata table)
          Adds the table to select from.
 Select Select.limit(BindMarker marker)
          Adds a prepared LIMIT clause to this statement.
 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 © 2013. All rights reserved.