Class DropIndexElement

java.lang.Object
com.couchbase.client.java.query.dsl.element.DropIndexElement
All Implemented Interfaces:
Element

@Experimental
@Private
public class DropIndexElement
extends Object
implements Element
Element for the initial clause of a DROP index statement.
Since:
2.2
Author:
Simon Baslé
  • Constructor Details

    • DropIndexElement

      public DropIndexElement​(String namespace, String keyspace, String indexName)
  • Method Details