Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
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 | Method and Description |
---|---|
ModificationStatement |
ModificationStatement.Parsed.prepare(VariableSpecifications boundNames) |
protected ModificationStatement |
DeleteStatement.Parsed.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected abstract ModificationStatement |
ModificationStatement.Parsed.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedInsert.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedUpdate.prepareInternal(CFDefinition cfDef,
VariableSpecifications boundNames,
Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModificationStatement> |
BatchStatement.getStatements() |
Constructor and Description |
---|
BatchStatement(int boundTerms,
BatchStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs,
boolean hasConditions)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Copyright © 2015 The Apache Software Foundation