public class DefaultWherePath extends DefaultGroupByPath implements WherePath
| Constructor and Description |
|---|
DefaultWherePath(AbstractPath parent) |
| Modifier and Type | Method and Description |
|---|---|
GroupByPath |
where(Expression expression)
Filter resulting rows based on the given expression.
|
GroupByPath |
where(String expression)
Filter resulting rows based on the given expression.
|
groupBy, groupByexcept, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAllorderBylimitoffsetelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgroupBy, groupByexcept, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAllorderByoffsetpublic DefaultWherePath(AbstractPath parent)
public GroupByPath where(Expression expression)
WherePathpublic GroupByPath where(String expression)
WherePathCopyright © 2015 Couchbase, Inc.