Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.AlterTableSpecification
Packages that use AlterTableSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of AlterTableSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type AlterTableSpecificationModifier and TypeMethodDescriptionstatic StringAlterTableCqlGenerator.toCql(AlterTableSpecification specification) Generates a CQL statement from the givenspecification.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type AlterTableSpecificationModifierConstructorDescriptionAlterTableCqlGenerator(AlterTableSpecification specification) Create a newAlterTableCqlGenerator. -
Uses of AlterTableSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return AlterTableSpecificationModifier and TypeMethodDescriptionAlterTableSpecification.add(com.datastax.oss.driver.api.core.CqlIdentifier column, com.datastax.oss.driver.api.core.type.DataType type) Adds anADDto the list of column changes.Adds anADDto the list of column changes.AlterTableSpecification.alter(com.datastax.oss.driver.api.core.CqlIdentifier column, com.datastax.oss.driver.api.core.type.DataType type) Adds an ALTER to the list of column changes.Adds an ALTER to the list of column changes.static AlterTableSpecificationAlterTableSpecification.alterTable(com.datastax.oss.driver.api.core.CqlIdentifier tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.static AlterTableSpecificationAlterTableSpecification.alterTable(String tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.AlterTableSpecification.drop(com.datastax.oss.driver.api.core.CqlIdentifier column) AlterTableSpecification.rename(com.datastax.oss.driver.api.core.CqlIdentifier from, com.datastax.oss.driver.api.core.CqlIdentifier to) Adds aRENAMEto the list of column changes.Adds aRENAMEto the list of column changes.