public class DropIndexCqlGenerator extends IndexNameCqlGenerator<DropIndexSpecification>
DROP INDEX statement.| Constructor and Description |
|---|
DropIndexCqlGenerator(DropIndexSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static String |
toCql(DropIndexSpecification specification) |
StringBuilder |
toCql(StringBuilder cql) |
getSpecification, spec, toCqlpublic DropIndexCqlGenerator(DropIndexSpecification specification)
public static String toCql(DropIndexSpecification specification)
public StringBuilder toCql(StringBuilder cql)
toCql in class IndexNameCqlGenerator<DropIndexSpecification>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.