| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.Addition |
static class |
Operation.Prepend |
static class |
Operation.SetElement |
static class |
Operation.SetValue |
static class |
Operation.Substraction |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.addRawUpdate(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations,
ColumnIdentifier.Raw key,
Operation.RawUpdate update) |
boolean |
Operation.RawUpdate.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.SetValue.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.SetElement.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Addition.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Substraction.isCompatibleWith(Operation.RawUpdate other) |
boolean |
Operation.Prepend.isCompatibleWith(Operation.RawUpdate other) |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.addRawUpdate(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations,
ColumnIdentifier.Raw key,
Operation.RawUpdate update) |
void |
CqlParser.columnOperation(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations) |
void |
CqlParser.columnOperationDifferentiator(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations,
ColumnIdentifier.Raw key) |
void |
CqlParser.normalColumnOperation(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations,
ColumnIdentifier.Raw key) |
void |
CqlParser.specializedColumnOperation(java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> operations,
ColumnIdentifier.Raw key,
Term.Raw k) |
| Constructor and Description |
|---|
UpdateStatement.ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2014 The Apache Software Foundation