Class 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 Detail

      • DropIndexElement

        public DropIndexElement​(String namespace,
                                String keyspace,
                                String indexName)