Class DefaultUsingPath

java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.index.DefaultUsingPath
All Implemented Interfaces:
UsingPath, Path, Statement

@Experimental
@Private
public class DefaultUsingPath
extends AbstractPath
implements UsingPath
Since:
2.2
Author:
Simon Baslé
  • Constructor Details

    • DefaultUsingPath

      protected DefaultUsingPath​(AbstractPath parent)
  • Method Details

    • using

      public Statement using​(IndexType indexType)
      Description copied from interface: UsingPath
      Describes the type of index to drop.
      Specified by:
      using in interface UsingPath
      Parameters:
      indexType - the type of the index.