@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.
|
usingwithDefer, withDeferAndNode, withNodeelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitusingwithDefer, withDeferAndNode, withNodeprotected DefaultWherePath(AbstractPath parent)
public UsingWithPath where(Expression filterExpression)
WherePathAdds filtering clause to the secondary index creation.
public UsingWithPath where(String filterExpression)
WherePathAdds filtering clause to the secondary index creation.
Copyright © 2015 Couchbase, Inc.