| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static String |
DropIndexCqlGenerator.toCql(DropIndexSpecification specification) |
| Constructor and Description |
|---|
DropIndexCqlGenerator(DropIndexSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DropIndexSpecification |
DropIndexSpecification.dropIndex(CqlIdentifier indexName)
Create a new
DropIndexSpecification for the given indexName. |
static DropIndexSpecification |
DropIndexSpecification.dropIndex(String indexName)
Create a new
DropIndexSpecification for the given indexName. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.