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(CFMetaData cfm,
VariableSpecifications boundNames,
Attributes attrs) |
protected abstract ModificationStatement |
ModificationStatement.Parsed.prepareInternal(CFMetaData cfm,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedInsert.prepareInternal(CFMetaData cfm,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedInsertJson.prepareInternal(CFMetaData cfm,
VariableSpecifications boundNames,
Attributes attrs) |
protected ModificationStatement |
UpdateStatement.ParsedUpdate.prepareInternal(CFMetaData cfm,
VariableSpecifications boundNames,
Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModificationStatement> |
BatchStatement.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
CQL3CasRequest.addRowUpdate(Composite prefix,
ModificationStatement stmt,
QueryOptions options,
long timestamp) |
Constructor and Description |
---|
BatchStatement(int boundTerms,
BatchStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Copyright © 2016 The Apache Software Foundation