Uses of Interface
com.couchbase.client.java.query.dsl.path.index.WithPath
-
Packages that use WithPath Package Description com.couchbase.client.java.query.dsl.path.index -
-
Uses of WithPath in com.couchbase.client.java.query.dsl.path.index
Subinterfaces of WithPath in com.couchbase.client.java.query.dsl.path.index Modifier and Type Interface Description interface
UsingWithPath
Using path of the Index creation DSL.interface
WherePath
Where clause in the Index creation DSL.Classes in com.couchbase.client.java.query.dsl.path.index that implement WithPath Modifier and Type Class Description class
DefaultUsingWithPath
SeeUsingWithPath
.class
DefaultWherePath
SeeWherePath
.class
DefaultWithPath
SeeWithPath
.Methods in com.couchbase.client.java.query.dsl.path.index that return WithPath Modifier and Type Method Description WithPath
DefaultUsingWithPath. using(IndexType type)
WithPath
UsingWithPath. using(IndexType type)
Describes what kind of index to create.
-