Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
Packages that use AlterUserTypeSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of AlterUserTypeSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type AlterUserTypeSpecificationModifier and TypeMethodDescriptionstatic StringAlterUserTypeCqlGenerator.toCql(AlterUserTypeSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type AlterUserTypeSpecificationModifierConstructorDescriptionAlterUserTypeCqlGenerator(AlterUserTypeSpecification specification) Create a newAlterUserTypeCqlGeneratorfor aAlterUserTypeSpecification. -
Uses of AlterUserTypeSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return AlterUserTypeSpecificationModifier and TypeMethodDescriptionAlterUserTypeSpecification.add(com.datastax.oss.driver.api.core.CqlIdentifier field, com.datastax.oss.driver.api.core.type.DataType type) Adds an ADD to the list of field changes.Adds an ADD to the list of field changes.AlterUserTypeSpecification.alter(com.datastax.oss.driver.api.core.CqlIdentifier field, com.datastax.oss.driver.api.core.type.DataType type) Adds an ALTER to the list of field changes.Adds an ALTER to the list of field changes.static AlterUserTypeSpecificationAlterUserTypeSpecification.alterType(com.datastax.oss.driver.api.core.CqlIdentifier typeName) Entry point into theAlterUserTypeSpecification's fluent API giventypeNameto alter a type.static AlterUserTypeSpecificationAlterUserTypeSpecification.alterType(com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier typeName) Entry point into theAlterUserTypeSpecification's fluent API giventypeNameto alter a type.static AlterUserTypeSpecificationEntry point into theAlterColumnSpecification's fluent API giventypeNameto alter a user type.static AlterUserTypeSpecificationEntry point into theAlterColumnSpecification's fluent API giventypeNameto alter a user type.AlterUserTypeSpecification.rename(com.datastax.oss.driver.api.core.CqlIdentifier from, com.datastax.oss.driver.api.core.CqlIdentifier to) Adds an RENAME to the list of field changes.Adds an RENAME to the list of field changes.