| Package | Description | 
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. | 
| com.datastax.driver.core.querybuilder | A CQL3 query builder. | 
| Class and Description | 
|---|
| BuiltStatement Common ancestor to statements generated with the  QueryBuilder. | 
| Class and Description | 
|---|
| Assignment | 
| Batch A built BATCH statement. | 
| Batch.Options The options of a BATCH statement. | 
| BindMarker A CQL3 bind marker. | 
| BuiltStatement Common ancestor to statements generated with the  QueryBuilder. | 
| Clause | 
| Delete A built DELETE statement. | 
| Delete.Builder An in-construction DELETE statement. | 
| Delete.Conditions Conditions for a 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  INSERTstatement. | 
| Insert.Options The options of an  INSERTstatement. | 
| Ordering | 
| Select A built SELECT statement. | 
| Select.Builder An in-construction SELECT statement. | 
| Select.Options The options of a 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  WHEREclause of aSELECTstatement. | 
| Truncate A built TRUNCATE statement. | 
| Update A built UPDATE statement. | 
| Update.Assignments The assignments of an UPDATE statement. | 
| Update.Conditions Conditions for an UPDATE statement. | 
| Update.IfExists | 
| Update.Options The options of a UPDATE statement. | 
| Update.Where The WHERE clause of an UPDATE statement. | 
| Using | 
Copyright © 2012–2025. All rights reserved.