Class DefaultWherePath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
com.couchbase.client.java.query.dsl.path.index.DefaultUsingWithPath
com.couchbase.client.java.query.dsl.path.index.DefaultWherePath
- All Implemented Interfaces:
UsingWithPath
,WherePath
,WithPath
,Path
,Statement
@Experimental @Private public class DefaultWherePath extends DefaultUsingWithPath implements WherePath
See
WherePath
.- Since:
- 2.2
- Author:
- Simon Baslé
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultWherePath(AbstractPath parent)
-
Method Summary
Modifier and Type Method Description UsingWithPath
where(Expression filterExpression)
Adds filtering clause to the secondary index creation.UsingWithPath
where(String filterExpression)
Adds filtering clause to the secondary index creation.Methods inherited from class com.couchbase.client.java.query.dsl.path.index.DefaultUsingWithPath
using
Methods inherited from class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.java.query.dsl.path.index.UsingWithPath
using
Methods inherited from interface com.couchbase.client.java.query.dsl.path.index.WithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes