| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.ColumnDeletion |
static class |
Operation.ElementDeletion |
| Modifier and Type | Method and Description |
|---|---|
Operation.RawDeletion |
CqlParser.deleteOp() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Operation.RawDeletion> |
CqlParser.deleteSelection() |
| 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.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
Copyright © 2014 The Apache Software Foundation