Module spring.data.cassandra
Class AlterUserTypeCqlGenerator
java.lang.Object
org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator<AlterUserTypeSpecification>
org.springframework.data.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
CQL generator for generating
ALTER TYPE statements.- Since:
- 1.5
- Author:
- Fabio J. Mendes, Mark Paluch, Frank Spitulski
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlterUserTypeCqlGenerator(AlterUserTypeSpecification specification) Create a newAlterUserTypeCqlGeneratorfor aAlterUserTypeSpecification. -
Method Summary
Modifier and TypeMethodDescriptiontoCql(StringBuilder cql) static StringtoCql(AlterUserTypeSpecification specification) Methods inherited from class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
getSpecification, spec, toCql
-
Constructor Details
-
AlterUserTypeCqlGenerator
Create a newAlterUserTypeCqlGeneratorfor aAlterUserTypeSpecification.- Parameters:
specification- must not be null.
-
-
Method Details
-
toCql
-
toCql
- Specified by:
toCqlin classUserTypeNameCqlGenerator<AlterUserTypeSpecification>
-