Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
Packages that use DropIndexSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of DropIndexSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type DropIndexSpecificationModifier and TypeMethodDescriptionstatic StringDropIndexCqlGenerator.toCql(DropIndexSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type DropIndexSpecification -
Uses of DropIndexSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return DropIndexSpecificationModifier and TypeMethodDescriptionstatic DropIndexSpecificationDropIndexSpecification.dropIndex(com.datastax.oss.driver.api.core.CqlIdentifier indexName) Create a newDropIndexSpecificationfor the givenindexName.static DropIndexSpecificationCreate a newDropIndexSpecificationfor the givenindexName.