Interface | Description |
---|---|
Restriction |
A restriction/clause on a column.
|
Class | Description |
---|---|
MultiColumnRestriction | |
MultiColumnRestriction.EQRestriction | |
MultiColumnRestriction.INRestriction | |
MultiColumnRestriction.InRestrictionWithMarker |
An IN restriction that uses a single marker for a set of IN values that are tuples.
|
MultiColumnRestriction.InRestrictionWithValues |
An IN restriction that has a set of terms for in values.
|
MultiColumnRestriction.SliceRestriction | |
SingleColumnRestriction | |
SingleColumnRestriction.ContainsRestriction | |
SingleColumnRestriction.EQRestriction | |
SingleColumnRestriction.INRestriction | |
SingleColumnRestriction.InRestrictionWithMarker | |
SingleColumnRestriction.InRestrictionWithValues | |
SingleColumnRestriction.SliceRestriction | |
StatementRestrictions |
The restrictions corresponding to the relations specified on the where-clause of CQL query.
|
TokenRestriction |
Restriction using the token function. |
TokenRestriction.EQRestriction | |
TokenRestriction.SliceRestriction |
Copyright © 2015 The Apache Software Foundation