| 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(CqlIdentifier name,
com.datastax.driver.core.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.driver.core.DataType type)
Entry point into the
AlterColumnSpecification's fluent API given name and DataType to alter
a column. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.