| 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(AlterTableSpecification specification) |
com.datastax.driver.core.ResultSet |
CqlOperations.execute(AlterTableSpecification specification)
Convenience method to convert the given specification to CQL and execute it.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AlterTableCqlGenerator.toCql(AlterTableSpecification specification) |
| Constructor and Description |
|---|
AlterTableCqlGenerator(AlterTableSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
AlterTableSpecification |
AlterTableSpecification.add(String column,
com.datastax.driver.core.DataType type)
Adds an
ADD to the list of column changes. |
AlterTableSpecification |
AlterTableSpecification.alter(String column,
com.datastax.driver.core.DataType type)
Adds an
ALTER to the list of column changes. |
static AlterTableSpecification |
AlterTableSpecification.alterTable()
Entry point into the
AlterTableSpecification's fluent API to alter a table. |
static AlterTableSpecification |
AlterTableSpecification.alterTable(CqlIdentifier tableName)
Entry point into the
AlterTableSpecification's fluent API to alter a table. |
static AlterTableSpecification |
AlterTableSpecification.alterTable(String tableName)
Entry point into the
AlterTableSpecification's fluent API to alter a table. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.