| 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 |
|---|
AddColumnCqlGenerator(AddColumnSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AddColumnSpecification |
AddColumnSpecification.addColumn(CqlIdentifier name,
com.datastax.driver.core.DataType type)
|
static AddColumnSpecification |
AddColumnSpecification.addColumn(String name,
com.datastax.driver.core.DataType type)
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.