Interface UsingPath

All Superinterfaces:
Path, Statement
All Known Implementing Classes:
DefaultUsingPath

@Experimental
@Public
public interface UsingPath
extends Path, Statement
Using path of the Index dropping DSL.
Since:
2.2
Author:
Simon Baslé
  • Method Summary

    Modifier and Type Method Description
    Statement using​(IndexType indexType)
    Describes the type of index to drop.
  • Method Details

    • using

      Statement using​(IndexType indexType)
      Describes the type of index to drop.
      Parameters:
      indexType - the type of the index.