Class DropKeyspaceSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
All Implemented Interfaces:
CqlSpecification

public class DropKeyspaceSpecification extends KeyspaceActionSpecification implements CqlSpecification
Object to configure a DROP KEYSPACE specification.
Author:
Mark Paluch