public interface WherePath extends GroupByPath
Expression will be converted to one internally.| 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, unionAllorderByoffsetGroupByPath where(Expression expression)
expression - the filter expression.GroupByPath where(String expression)
expression - the filter expression.Copyright © 2015 Couchbase, Inc.