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
BATCH query on the provided statements. |
static Batch |
QueryBuilder.unloggedBatch(RegularStatement... statements)
Builds a new
UNLOGGED BATCH query on the provided statements. |
Copyright © 2012–2023. All rights reserved.