| Package | Description |
|---|---|
| org.springframework.cassandra.core.cql.generator | |
| org.springframework.cassandra.core.keyspace |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnChangeCqlGenerator<T extends ColumnChangeSpecification>
Base class for column change CQL generators.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColumnChangeCqlGenerator<?> |
AlterTableCqlGenerator.getCqlGeneratorFor(ColumnChangeSpecification change) |
protected void |
ColumnChangeCqlGenerator.setSpecification(ColumnChangeSpecification specification) |
| Constructor and Description |
|---|
ColumnChangeCqlGenerator(ColumnChangeSpecification specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddColumnSpecification |
class |
AlterColumnSpecification |
class |
ColumnTypeChangeSpecification
Base class for column changes that include
DataType information. |
class |
DropColumnSpecification
A specification to drop a column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnChangeSpecification> |
AlterTableSpecification.getChanges()
Returns an unmodifiable list of column changes.
|
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.