Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.DropUserTypeSpecification
Packages that use DropUserTypeSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of DropUserTypeSpecification in org.springframework.data.cassandra.core.cql.generator
Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type DropUserTypeSpecificationModifier and TypeMethodDescriptionstatic StringDropUserTypeCqlGenerator.toCql(DropUserTypeSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type DropUserTypeSpecificationModifierConstructorDescriptionDropUserTypeCqlGenerator(DropUserTypeSpecification specification) Create a newDropUserTypeCqlGeneratorfor a givenDropUserTypeSpecification. -
Uses of DropUserTypeSpecification in org.springframework.data.cassandra.core.cql.keyspace
Methods in org.springframework.data.cassandra.core.cql.keyspace that return DropUserTypeSpecificationModifier and TypeMethodDescriptionstatic DropUserTypeSpecificationDropUserTypeSpecification.dropType(com.datastax.oss.driver.api.core.CqlIdentifier name) Entry point into theDropUserTypeSpecification's fluent API givennameto drop a type.static DropUserTypeSpecificationEntry point into theDropUserTypeSpecification's fluent API givennameto drop a type.DropUserTypeSpecification.ifExists()Enables the inclusion of anIF EXISTSclause.DropUserTypeSpecification.ifExists(boolean ifExists) Sets the inclusion of anIF EXISTSclause.