@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultWherePath extends DefaultUsingWithPath implements WherePath
See WherePath
.
Modifier | Constructor and Description |
---|---|
protected |
DefaultWherePath(AbstractPath parent) |
Modifier and Type | Method and 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.
|
using
withDefer, withDeferAndNode, withNode
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
using
withDefer, withDeferAndNode, withNode
protected DefaultWherePath(AbstractPath parent)
public UsingWithPath where(Expression filterExpression)
WherePath
Adds filtering clause to the secondary index creation.
public UsingWithPath where(String filterExpression)
WherePath
Adds filtering clause to the secondary index creation.
Copyright © 2015 Couchbase, Inc.