public class HavingClause extends Clause
| Modifier and Type | Field and Description |
|---|---|
Expression |
predicate |
| Constructor and Description |
|---|
HavingClause() |
HavingClause(Expression predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
public final Expression predicate
public HavingClause()
public HavingClause(Expression predicate)
Copyright © 2019 Nuxeo. All rights reserved.