Uses of Interface
com.couchbase.client.java.query.dsl.path.index.UsingWithPath
-
Packages that use UsingWithPath Package Description com.couchbase.client.java.query.dsl.path.index -
-
Uses of UsingWithPath in com.couchbase.client.java.query.dsl.path.index
Subinterfaces of UsingWithPath in com.couchbase.client.java.query.dsl.path.index Modifier and Type Interface Description interfaceWherePathWhere clause in the Index creation DSL.Classes in com.couchbase.client.java.query.dsl.path.index that implement UsingWithPath Modifier and Type Class Description classDefaultUsingWithPathSeeUsingWithPath.classDefaultWherePathSeeWherePath.Methods in com.couchbase.client.java.query.dsl.path.index that return UsingWithPath Modifier and Type Method Description UsingWithPathDefaultOnPrimaryPath. on(String keyspace)UsingWithPathDefaultOnPrimaryPath. on(String namespace, String keyspace)UsingWithPathOnPrimaryPath. on(String keyspace)Describes on which keyspace (bucket name) to index.UsingWithPathOnPrimaryPath. on(String namespace, String keyspace)Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.UsingWithPathDefaultWherePath. where(Expression filterExpression)UsingWithPathDefaultWherePath. where(String filterExpression)UsingWithPathWherePath. where(Expression filterExpression)Adds filtering clause to the secondary index creation.UsingWithPathWherePath. where(String filterExpression)Adds filtering clause to the secondary index creation.
-