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 interfaceUsingWithPathUsing path of the Index creation DSL.interfaceWherePathWhere clause in the Index creation DSL.Classes in com.couchbase.client.java.query.dsl.path.index that implement WithPath Modifier and Type Class Description classDefaultUsingWithPathSeeUsingWithPath.classDefaultWherePathSeeWherePath.classDefaultWithPathSeeWithPath.Methods in com.couchbase.client.java.query.dsl.path.index that return WithPath Modifier and Type Method Description WithPathDefaultUsingWithPath. using(IndexType type)WithPathUsingWithPath. using(IndexType type)Describes what kind of index to create.
-