| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.usingClause(Attributes attrs) |
void |
CqlParser.usingClauseDelete(Attributes attrs) |
void |
CqlParser.usingClauseObjective(Attributes attrs) |
| Constructor and Description |
|---|
BatchStatement(ModificationStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
DeleteStatement(CFName name,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
Attributes attrs) |
ModificationStatement(CFName name,
Attributes attrs) |
UpdateStatement(CFName name,
Attributes attrs,
java.util.List<ColumnIdentifier> columnNames,
java.util.List<Term.Raw> columnValues)
Creates a new UpdateStatement from a column family name, a consistency level,
key, and lists of column names and values.
|
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 © 2013 The Apache Software Foundation