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

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

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

Methods in com.datastax.driver.core.querybuilder that return Select.Selection
 Select.Selection Select.Selection.column(String name)
          Selects the provided column.
static Select.Selection QueryBuilder.select()
          Start building a new SELECT query.
 Select.Selection Select.Selection.ttl(String name)
          Selects the ttl of provided column.
 Select.Selection Select.Selection.writeTime(String name)
          Selects the write time of provided column.
 



Copyright © 2013. All Rights Reserved.