public class DropIndexSpecification extends IndexNameSpecification<DropIndexSpecification>
DROP INDEX specification.| Modifier and Type | Method and Description |
|---|---|
static DropIndexSpecification |
dropIndex(CqlIdentifier indexName)
Create a new
DropIndexSpecification for the given indexName. |
static DropIndexSpecification |
dropIndex(String indexName)
Create a new
DropIndexSpecification for the given indexName. |
getNamepublic static DropIndexSpecification dropIndex(String indexName)
DropIndexSpecification for the given indexName.indexName - must not be null or empty.DropIndexSpecification.public static DropIndexSpecification dropIndex(CqlIdentifier indexName)
DropIndexSpecification for the given indexName.indexName - must not be null.DropIndexSpecification.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.