| 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 |
|---|---|
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> |
CqlParser.updateCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.addRawUpdate(java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> operations,
ColumnIdentifier 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,Operation.RawUpdate>> operations,
ColumnIdentifier key,
Operation.RawUpdate update) |
void |
CqlParser.columnOperation(java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> operations) |
| Constructor and Description |
|---|
DeleteStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions) |
ModificationStatement.Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions,
boolean ifNotExists) |
UpdateStatement.ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
UpdateStatement.ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> conditions)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2014 The Apache Software Foundation