Uses of Package
com.datastax.driver.core.querybuilder

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

Classes in com.datastax.driver.core.querybuilder used by com.datastax.driver.core.querybuilder
Assignment
           
Batch
          A built BATCH statement.
Batch.Options
          The options of a BATCH statement.
Clause
           
Delete
          A built DELETE statement.
Delete.Builder
          An in-construction DELETE statement.
Delete.Options
          The options of a DELETE statement.
Delete.Selection
          An column selection clause for an in-construction DELETE statement.
Delete.Where
          The WHERE clause of a DELETE statement.
Insert
          A built INSERT statement.
Insert.Options
          The options of an INSERT statement.
Ordering
           
Select
          A built SELECT statement.
Select.Builder
          An in-construction SELECT statement.
Select.Selection
          An Selection clause for an in-construction SELECT statement.
Select.Where
          The WHERE clause of a SELECT statement.
Update
          A built UPDATE statement.
Update.Assignments
          The assignments of an UPDATE statement.
Update.Options
          The options of a UDPATE statement.
Update.Where
          The WHERE clause of an UPDATE statement.
Using
           
 



Copyright © 2013. All Rights Reserved.