| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
CqlParser.indexName() |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.idxName(IndexName name) |
| Constructor and Description |
|---|
CreateIndexStatement(CFName name,
IndexName indexName,
IndexTarget.Raw target,
IndexPropDefs properties,
boolean ifNotExists) |
DropIndexStatement(IndexName indexName,
boolean ifExists) |
Copyright © 2018 The Apache Software Foundation