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
SeeWherePath.- Since:
- 2.2
- Author:
- Simon Baslé
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultWherePath(AbstractPath parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsingWithPathwhere(Expression filterExpression)Adds filtering clause to the secondary index creation.UsingWithPathwhere(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
-
-
-
-
Constructor Detail
-
DefaultWherePath
protected DefaultWherePath(AbstractPath parent)
-
-
Method Detail
-
where
public UsingWithPath where(Expression filterExpression)
Description copied from interface:WherePathAdds filtering clause to the secondary index creation.
-
where
public UsingWithPath where(String filterExpression)
Description copied from interface:WherePathAdds filtering clause to the secondary index creation.
-
-