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 interface
WherePath
Where clause in the Index creation DSL.Classes in com.couchbase.client.java.query.dsl.path.index that implement UsingWithPath Modifier and Type Class Description class
DefaultUsingWithPath
SeeUsingWithPath
.class
DefaultWherePath
SeeWherePath
.Methods in com.couchbase.client.java.query.dsl.path.index that return UsingWithPath Modifier and Type Method Description UsingWithPath
DefaultOnPrimaryPath. on(String keyspace)
UsingWithPath
DefaultOnPrimaryPath. on(String namespace, String keyspace)
UsingWithPath
OnPrimaryPath. on(String keyspace)
Describes on which keyspace (bucket name) to index.UsingWithPath
OnPrimaryPath. on(String namespace, String keyspace)
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.UsingWithPath
DefaultWherePath. where(Expression filterExpression)
UsingWithPath
DefaultWherePath. where(String filterExpression)
UsingWithPath
WherePath. where(Expression filterExpression)
Adds filtering clause to the secondary index creation.UsingWithPath
WherePath. where(String filterExpression)
Adds filtering clause to the secondary index creation.
-