| 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(DropTableSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(DropTableSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DropTableCqlGenerator.toCql(DropTableSpecification specification) |
| Constructor and Description |
|---|
DropTableCqlGenerator(DropTableSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DropTableSpecification |
DropTableSpecification.dropTable()
Entry point into the
DropTableSpecification's fluent API to drop a table. |
static DropTableSpecification |
DropTableSpecification.dropTable(CqlIdentifier tableName)
Entry point into the
DropTableSpecification's fluent API to drop a table. |
static DropTableSpecification |
DropTableSpecification.dropTable(String tableName)
Entry point into the
DropTableSpecification's fluent API to drop a table. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.