Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Class and Description |
---|---|
static class |
Constants.Marker |
static class |
Lists.Marker
A marker for List values and IN relations
|
static class |
Maps.Marker |
static class |
Sets.Marker |
static class |
Tuples.InMarker
Represents a marker for a set of IN values that are tuples, like "SELECT ...
|
static class |
Tuples.Marker
Represents a marker for a single tuple, like "SELECT ...
|
Modifier and Type | Method and Description |
---|---|
AbstractMarker |
AbstractMarker.Raw.prepare(ColumnSpecification receiver) |
AbstractMarker |
AbstractMarker.INRaw.prepare(ColumnSpecification receiver) |
AbstractMarker |
Tuples.Raw.prepare(ColumnSpecification receiver) |
AbstractMarker |
Tuples.INRaw.prepare(ColumnSpecification receiver) |
AbstractMarker |
Tuples.Raw.prepare(java.util.List<? extends ColumnSpecification> receivers) |
AbstractMarker |
Tuples.INRaw.prepare(java.util.List<? extends ColumnSpecification> receivers) |
Modifier and Type | Field and Description |
---|---|
protected AbstractMarker |
SingleColumnRestriction.InWithMarker.marker |
Constructor and Description |
---|
MultiColumnRestriction.InWithMarker(AbstractMarker marker) |
SingleColumnRestriction.InWithMarker(AbstractMarker marker) |
Copyright © 2014 The Apache Software Foundation