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
Subclasses with type arguments of type AlterTableSpecification in org.springframework.data.cassandra.core.cql.generatorModifier and TypeClassDescriptionclassCQL generator for generatingALTER TABLEstatements.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
Subclasses with type arguments of type AlterTableSpecification in org.springframework.data.cassandra.core.cql.keyspaceModifier and TypeClassDescriptionclassObject to configure aALTER TABLEspecification.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(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.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.static AlterTableSpecificationSpecificationBuilder.alterTable(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.static AlterTableSpecificationSpecificationBuilder.alterTable(com.datastax.oss.driver.api.core.CqlIdentifier tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.static AlterTableSpecificationSpecificationBuilder.alterTable(@Nullable String keyspace, String tableName) Entry point into theAlterTableSpecification's fluent API giventableNameto alter a table.static AlterTableSpecificationSpecificationBuilder.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.