| 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. |
| Constructor and Description |
|---|
DropColumnCqlGenerator(DropColumnSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DropColumnSpecification |
DropColumnSpecification.dropColumn(com.datastax.oss.driver.api.core.CqlIdentifier name)
Create a new
DropColumnSpecification for the given name. |
static DropColumnSpecification |
DropColumnSpecification.dropColumn(String name)
Create a new
DropColumnSpecification for the given name. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.