Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
ModificationStatement |
CqlParser.batchStatementObjective() |
Modifier and Type | Class and Description |
---|---|
class |
BatchStatement
A
BATCH statement parsed from a CQL query. |
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<ModificationStatement> |
BatchStatement.statements |
Constructor and Description |
---|
BatchStatement(ModificationStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Copyright © 2014 The Apache Software Foundation