public class DropUserTypeCqlGenerator extends UserTypeNameCqlGenerator<DropUserTypeSpecification>
DROP TYPE statement.DropUserTypeSpecification| Constructor and Description |
|---|
DropUserTypeCqlGenerator(DropUserTypeSpecification specification)
Create a new
DropUserTypeCqlGenerator for a given DropUserTypeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
static String |
toCql(DropUserTypeSpecification specification) |
StringBuilder |
toCql(StringBuilder cql) |
getSpecification, spec, toCqlpublic DropUserTypeCqlGenerator(DropUserTypeSpecification specification)
DropUserTypeCqlGenerator for a given DropUserTypeSpecification.specification - must not be null.public static String toCql(DropUserTypeSpecification specification)
public StringBuilder toCql(StringBuilder cql)
toCql in class UserTypeNameCqlGenerator<DropUserTypeSpecification>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.