Package com.datastax.driver.core.querybuilder

A CQL3 query builder.

See:
          Description

Class Summary
Assignment  
Batch A built BATCH statement.
Batch.Options The options of a BATCH statement.
BindMarker A CQL3 bind marker.
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  
QueryBuilder Static methods to build a CQL3 query.
Select A built SELECT statement.
Select.Builder An in-construction SELECT statement.
Select.Selection An Selection clause for an in-construction SELECT statement.
Select.SelectionOrAlias An Selection clause for an in-construction SELECT statement.
Select.Where The WHERE clause of a SELECT statement.
Truncate A built TRUNCATE statement.
Update A built UPDATE statement.
Update.Assignments The assignments of an UPDATE statement.
Update.Conditions Conditions for an UDPATE statement.
Update.Options The options of a UDPATE statement.
Update.Where The WHERE clause of an UPDATE statement.
Using  
 

Package com.datastax.driver.core.querybuilder Description

A CQL3 query builder.

The main entry for this package is the QueryBuilder class.



Copyright © 2013. All rights reserved.