| Package | Description |
|---|---|
| org.springframework.cassandra.core |
CQL core support.
|
| org.springframework.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.ResultSet |
CqlTemplate.execute(AlterKeyspaceSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(AlterKeyspaceSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| 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()
Entry point into the
AlterKeyspaceSpecification's fluent API to alter a keyspace. |
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(KeyspaceIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API to alter a keyspace. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.