Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.DropKeyspaceSpecification
Packages that use DropKeyspaceSpecification
Package
Description
Spring Data Cassandra
factory beans and configuration.CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of DropKeyspaceSpecification in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return types with arguments of type DropKeyspaceSpecificationModifier and TypeMethodDescriptionprotected List<DropKeyspaceSpecification>AbstractSessionConfiguration.getKeyspaceDrops()Returns the list of keyspace drops to be run before shutdown.Method parameters in org.springframework.data.cassandra.config with type arguments of type DropKeyspaceSpecificationModifier and TypeMethodDescriptionvoidCqlSessionFactoryBean.setKeyspaceDrops(List<DropKeyspaceSpecification> specifications) -
Uses of DropKeyspaceSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type DropKeyspaceSpecificationModifier and TypeMethodDescriptionstatic StringDropKeyspaceCqlGenerator.toCql(DropKeyspaceSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type DropKeyspaceSpecification -
Uses of DropKeyspaceSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return DropKeyspaceSpecificationModifier and TypeMethodDescriptionstatic DropKeyspaceSpecificationDropKeyspaceSpecification.dropKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier name) Create a newDropKeyspaceSpecificationfor the givenname.static DropKeyspaceSpecificationDropKeyspaceSpecification.dropKeyspace(String name) Create a newDropKeyspaceSpecificationfor the givenname.static DropKeyspaceSpecificationDropKeyspaceSpecification.dropKeyspace(KeyspaceIdentifier name) Deprecated.DropKeyspaceSpecification.ifExists()Causes the inclusion of anIF EXISTSclause.DropKeyspaceSpecification.ifExists(boolean ifExists) Toggles the inclusion of anIF EXISTSclause.
dropKeyspace(CqlIdentifier).