Class DropIndexSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<DropIndexSpecification>
org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification
All Implemented Interfaces:
CqlSpecification

public class DropIndexSpecification extends IndexNameSpecification<DropIndexSpecification> implements CqlSpecification
Value object representing a DROP INDEX specification.
Author:
Matthew T. Adams, David Webb, Mark Paluch