| Package | Description |
|---|---|
| org.springframework.cassandra.core | |
| org.springframework.cassandra.core.cql.generator | |
| org.springframework.cassandra.core.keyspace |
| 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-2014–2015 Pivotal Software, Inc.. All rights reserved.