| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.functions | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMarker.Raw
A parsed, but non prepared, bind marker.
|
static class |
Constants.Literal |
static class |
Lists.Literal |
static class |
Maps.Literal |
static class |
Sets.Literal |
class |
TypeCast |
| Modifier and Type | Field and Description |
|---|---|
static Term.Raw |
Constants.NULL_LITERAL |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Pair<Term.Raw,Term.Raw>> |
Maps.Literal.entries |
java.util.List<Pair<Term.Raw,Term.Raw>> |
Maps.Literal.entries |
| Modifier and Type | Method and Description |
|---|---|
Term.Raw |
Relation.getValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Term.Raw> |
Relation.getInValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Relation.addInValue(Term.Raw t) |
| Constructor and Description |
|---|
Operation.Addition(Term.Raw value) |
Operation.ElementDeletion(ColumnIdentifier id,
Term.Raw element) |
Operation.Prepend(Term.Raw value) |
Operation.SetElement(Term.Raw selector,
Term.Raw value) |
Operation.SetValue(Term.Raw value) |
Operation.Substraction(Term.Raw value) |
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value)
Creates a new relation.
|
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value,
boolean onToken) |
TypeCast(CQL3Type type,
Term.Raw term) |
| Constructor and Description |
|---|
Lists.Literal(java.util.List<Term.Raw> elements) |
Maps.Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries) |
Maps.Literal(java.util.List<Pair<Term.Raw,Term.Raw>> entries) |
Sets.Literal(java.util.List<Term.Raw> elements) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionCall.Raw |
| Constructor and Description |
|---|
FunctionCall.Raw(java.lang.String functionName,
java.util.List<Term.Raw> terms) |
| Constructor and Description |
|---|
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.
|
Copyright © 2014 The Apache Software Foundation