| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
Relation.createInRelation(ColumnIdentifier entity) |
| Constructor and Description |
|---|
DeleteStatement(CFName name,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
Attributes attrs) |
SelectStatement.RawStatement(CFName cfName,
SelectStatement.Parameters parameters,
java.util.List<RawSelector> selectClause,
java.util.List<Relation> whereClause) |
UpdateStatement(CFName name,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> operations,
java.util.List<Relation> whereClause,
Attributes attrs)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2014 The Apache Software Foundation