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(java.lang.String expression)
Filter resulting rows based on the given expression.
|
groupByunion, unionAllorderBylimitoffsetelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgroupByunion, unionAllorderByoffsetpublic DefaultWherePath(AbstractPath parent)
public GroupByPath where(Expression expression)
WherePathFilter resulting rows based on the given expression.
public GroupByPath where(java.lang.String expression)
WherePathFilter resulting rows based on the given expression.
The given string will be converted into an expression internally.