| Name | Description | Type | Package | Framework |
| Assignment | Class | com.datastax.driver.core.querybuilder | DataStax | |
| Batch | A built BATCH statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Batch .Options | The options of a BATCH statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| BindMarker | This can be either an anonymous bind marker or a named one (but note that named ones are only supported starting in Cassandra 2. | Class | com.datastax.driver.core.querybuilder | DataStax |
| BuiltStatement | Common ancestor to the query builder built statements. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Clause | Class | com.datastax.driver.core.querybuilder | DataStax | |
| Delete | A built DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Delete .Builder | An in-construction DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Delete .Conditions | Conditions for a DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Delete .Options | The options of a DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Delete .Selection | An column selection clause for an in-construction DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Delete .Where | The WHERE clause of a DELETE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Insert | A built INSERT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Insert .Options | The options of an INSERT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Ordering | Class | com.datastax.driver.core.querybuilder | DataStax | |
| QueryBuilder | Static methods to build a CQL3 query. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Select | A built SELECT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Select .Builder | An in-construction SELECT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Select .Selection | An Selection clause for an in-construction SELECT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Select .SelectionOrAlias | An Selection clause for an in-construction SELECT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Select .Where | The WHERE clause of a SELECT statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Truncate | A built TRUNCATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Update | A built UPDATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Update .Assignments | The assignments of an UPDATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Update .Conditions | Conditions for an UPDATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Update .IfExists | Class | com.datastax.driver.core.querybuilder | DataStax | |
| Update .Options | The options of a UPDATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Update .Where | The WHERE clause of an UPDATE statement. | Class | com.datastax.driver.core.querybuilder | DataStax |
| Using | Class | com.datastax.driver.core.querybuilder | DataStax | |