Package | Description |
---|---|
org.apache.cassandra.cql |
Modifier and Type | Method and Description |
---|---|
java.util.List<Relation> |
SelectStatement.getColumnRelations() |
java.util.List<Relation> |
WhereClause.getColumnRelations() |
Modifier and Type | Method and Description |
---|---|
void |
WhereClause.and(Relation relation)
Add an additional relation to this WHERE clause.
|
Constructor and Description |
---|
WhereClause(Relation firstRelation)
Create a new WhereClause with the first parsed relation.
|
Copyright © 2014 The Apache Software Foundation