| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | 
 A CQL3 query builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Batch | 
Batch.add(Statement statement)
Adds a new statement to this batch. 
 | 
Batch | 
Batch.Options.add(Statement statement)
Adds a new statement to the BATCH statement these options are part of. 
 | 
static Batch | 
QueryBuilder.batch(Statement... statements)
Built a new BATCH query on the provided statements. 
 | 
static Batch | 
QueryBuilder.unloggedBatch(Statement... statements)
Built a new UNLOGGED BATCH query on the provided statements. 
 | 
Copyright © 2014. All Rights Reserved.