| Package | Description |
|---|---|
| org.springframework.cassandra.core | |
| org.springframework.cassandra.core.cql.generator | |
| org.springframework.cassandra.core.keyspace |
| 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-2015–2015 Pivotal Software, Inc.. All rights reserved.