| Class | 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 | |
| QueryBuilder | Builds CQL3 query via a fluent API. | 
| 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  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 | 
The main entry for this package is the QueryBuilder class.
Copyright © 2012–2025. All rights reserved.