Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Interface and Description |
---|---|
static interface |
Term.MultiColumnRaw |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMarker.INRaw
A raw placeholder for multiple values of the same type for a single column.
|
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 |
static class |
Tuples.INRaw
A raw marker for an IN list of tuples, like "SELECT ...
|
static class |
Tuples.Literal
A raw, literal tuple.
|
static class |
Tuples.Raw
A raw placeholder for a tuple of values for different multiple columns, each of which may have a different type.
|
class |
TypeCast |
Modifier and Type | Field and Description |
---|---|
static Term.Raw |
Constants.NULL_LITERAL |
Term.Raw |
Attributes.Raw.timestamp |
Term.Raw |
Attributes.Raw.timeToLive |
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 |
SingleColumnRelation.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Term.Raw> |
SingleColumnRelation.getInValues() |
Modifier and Type | Method and Description |
---|---|
static ColumnCondition.Raw |
ColumnCondition.Raw.collectionEqual(Term.Raw value,
Term.Raw collectionElement) |
static ColumnCondition.Raw |
ColumnCondition.Raw.simpleEqual(Term.Raw value) |
Modifier and Type | Method and Description |
---|---|
static SingleColumnRelation |
SingleColumnRelation.createInRelation(ColumnIdentifier entity,
java.util.List<Term.Raw> inValues) |
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) |
SingleColumnRelation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value)
Creates a new relation.
|
SingleColumnRelation(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) |
Tuples.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 |
---|
SelectStatement.RawStatement(CFName cfName,
SelectStatement.Parameters parameters,
java.util.List<RawSelector> selectClause,
java.util.List<Relation> whereClause,
Term.Raw limit) |
Constructor and Description |
---|
UpdateStatement.ParsedInsert(CFName name,
Attributes.Raw attrs,
java.util.List<ColumnIdentifier> columnNames,
java.util.List<Term.Raw> columnValues,
boolean ifNotExists)
A parsed
INSERT statement. |
Copyright © 2014 The Apache Software Foundation