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 newDropUserTypeCqlGeneratorfor a givenDropUserTypeSpecification. -
Method Summary
Modifier and TypeMethodDescriptiontoCql(StringBuilder cql) static StringtoCql(DropUserTypeSpecification specification) Methods inherited from class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
getSpecification, spec, toCql
-
Constructor Details
-
DropUserTypeCqlGenerator
Create a newDropUserTypeCqlGeneratorfor a givenDropUserTypeSpecification.- Parameters:
specification- must not be null.
-
-
Method Details
-
toCql
-
toCql
- Specified by:
toCqlin classUserTypeNameCqlGenerator<DropUserTypeSpecification>
-