| Package | Description |
|---|---|
| org.springframework.cassandra.core |
CQL core support.
|
| org.springframework.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.ResultSet |
CqlTemplate.execute(DropIndexSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(DropIndexSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| 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()
Entry point into the
DropIndexSpecification's fluent API to drop a table. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.