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 newAlterUserTypeCqlGenerator
for aAlterUserTypeSpecification
. -
Method Summary
Modifier and TypeMethodDescriptiontoCql
(StringBuilder cql) static String
toCql
(AlterUserTypeSpecification specification) Methods inherited from class org.springframework.data.cassandra.core.cql.generator.UserTypeNameCqlGenerator
getSpecification, spec, toCql
-
Constructor Details
-
AlterUserTypeCqlGenerator
Create a newAlterUserTypeCqlGenerator
for aAlterUserTypeSpecification
.- Parameters:
specification
- must not be null.
-
-
Method Details
-
toCql
-
toCql
- Specified by:
toCql
in classUserTypeNameCqlGenerator<AlterUserTypeSpecification>
-