| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | A CQL3 query builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Batch | Batch. add(RegularStatement statement)Adds a new statement to this batch. | 
| Batch | Batch.Options. add(RegularStatement statement)Adds a new statement to the BATCH statement these options are part of. | 
| static Batch | QueryBuilder. batch(RegularStatement... statements)Builds a new  BATCHquery on the provided statements. | 
| static Batch | QueryBuilder. unloggedBatch(RegularStatement... statements)Builds a new  UNLOGGED BATCHquery on the provided statements. | 
Copyright © 2012–2025. All rights reserved.