Interface UsingWithPath

All Superinterfaces:
Path, Statement, WithPath
All Known Subinterfaces:
WherePath
All Known Implementing Classes:
DefaultUsingWithPath, DefaultWherePath

@Experimental
@Public
public interface UsingWithPath
extends WithPath
Using path of the Index creation DSL.
Since:
2.2
Author:
Simon Baslé
  • Method Details

    • using

      WithPath using​(IndexType type)
      Describes what kind of index to create.
      Parameters:
      type - the type of index to create.