Package | Description |
---|---|
org.apache.cassandra.cql |
Modifier and Type | Class and Description |
---|---|
class |
DeleteStatement
A
DELETE parsed from a CQL query statement. |
class |
UpdateStatement
An
UPDATE statement parsed from a CQL query statement. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AbstractModification> |
BatchStatement.statements |
Modifier and Type | Method and Description |
---|---|
AbstractModification |
CqlParser.batchStatementObjective() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractModification> |
BatchStatement.getStatements() |
Constructor and Description |
---|
BatchStatement(java.util.List<AbstractModification> statements,
Attributes attrs)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Copyright © 2013 The Apache Software Foundation