Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions |
Modifier and Type | Interface and Description |
---|---|
static interface |
Term.MultiColumnRaw |
static interface |
Term.Raw
A parsed, non prepared (thus untyped) term.
|
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 | Class and Description |
---|---|
static class |
FunctionCall.Raw |
Modifier and Type | Method and Description |
---|---|
static Function |
Functions.get(java.lang.String name,
java.util.List<? extends AssignementTestable> providedArgs,
ColumnSpecification receiver) |
Copyright © 2014 The Apache Software Foundation