| 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. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AlterKeyspaceCqlGenerator.toCql(AlterKeyspaceSpecification specification) |
| Constructor and Description |
|---|
AlterKeyspaceCqlGenerator(AlterKeyspaceSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(KeyspaceIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(String name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.