Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.DropTableSpecification
Packages that use DropTableSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of DropTableSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type DropTableSpecificationModifier and TypeMethodDescriptionstatic StringDropTableCqlGenerator.toCql(DropTableSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type DropTableSpecification -
Uses of DropTableSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return DropTableSpecificationModifier and TypeMethodDescriptionstatic DropTableSpecificationDropTableSpecification.dropTable(com.datastax.oss.driver.api.core.CqlIdentifier tableName) Entry point into theDropTableSpecification's fluent API giventableNameto drop a table.static DropTableSpecificationEntry point into theDropTableSpecification's fluent APItableNameto drop a table.DropTableSpecification.ifExists()Causes the inclusion of anIF EXISTSclause.DropTableSpecification.ifExists(boolean ifExists) Toggles the inclusion of anIF EXISTSclause.