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, groupBy
union, unionAll
orderBy
limit
offset
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
groupBy, groupBy
union, unionAll
orderBy
offset
public DefaultWherePath(AbstractPath parent)
public GroupByPath where(Expression expression)
WherePath
Filter resulting rows based on the given expression.
public GroupByPath where(String expression)
WherePath
Filter resulting rows based on the given expression.
The given string will be converted into an expression internally.
Copyright © 2014 Couchbase, Inc.