Class DropUserTypeCqlGenerator
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator<DropUserTypeSpecification>
org.springframework.data.cassandra.core.cql.generator.DropUserTypeCqlGenerator
CQL generator for generating a
DROP TYPE
statement.- Since:
- 1.5
- Author:
- Fabio J. Mendes, Mark Paluch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDropUserTypeCqlGenerator
(DropUserTypeSpecification specification) Create a newDropUserTypeCqlGenerator
for a givenDropUserTypeSpecification
. -
Method Summary
Modifier and TypeMethodDescriptiontoCql
(StringBuilder cql) static String
toCql
(DropUserTypeSpecification specification) Methods inherited from class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
getSpecification, spec, toCql
-
Constructor Details
-
DropUserTypeCqlGenerator
Create a newDropUserTypeCqlGenerator
for a givenDropUserTypeSpecification
.- Parameters:
specification
- must not be null.
-
-
Method Details
-
toCql
-
toCql
- Specified by:
toCql
in classUserTypeNameCqlGenerator<DropUserTypeSpecification>
-