| 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 |
|---|
AlterColumnCqlGenerator(AlterColumnSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AlterColumnSpecification |
AlterColumnSpecification.alterColumn(com.datastax.oss.driver.api.core.CqlIdentifier name,
com.datastax.oss.driver.api.core.type.DataType type)
Entry point into the
AlterColumnSpecification's fluent API given name and DataType to alter
a column. |
static AlterColumnSpecification |
AlterColumnSpecification.alterColumn(String name,
com.datastax.oss.driver.api.core.type.DataType type)
Entry point into the
AlterColumnSpecification's fluent API given name and DataType to alter
a column. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.