Uses of Interface
com.couchbase.client.java.query.dsl.path.index.WherePath
-
Packages that use WherePath Package Description com.couchbase.client.java.query.dsl.path.index -
-
Uses of WherePath in com.couchbase.client.java.query.dsl.path.index
Classes in com.couchbase.client.java.query.dsl.path.index that implement WherePath Modifier and Type Class Description classDefaultWherePathSeeWherePath.Methods in com.couchbase.client.java.query.dsl.path.index that return WherePath Modifier and Type Method Description WherePathDefaultOnPath. on(String keyspace, Expression expression, Expression... additionalExpressions)WherePathDefaultOnPath. on(String namespace, String keyspace, Expression expression, Expression... additionalExpressions)WherePathOnPath. on(String keyspace, Expression expression, Expression... additionalExpressions)Describes the target of a secondary N1QL index.WherePathOnPath. on(String namespace, String keyspace, Expression expression, Expression... additionalExpressions)Describes the target of a secondary N1QL index.
-