SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureHaving<SELF extends FeatureHaving<SELF>> extends StatementFeature
Statement
allowing a
HAVING clause
.Modifier and Type | Method and Description |
---|---|
SELF |
having(Expression... expressions)
Adds the given
Expression s as filter criteria to the WHERE-clause. |
SELF having(Expression... expressions)
Expression
s as filter criteria to the WHERE-clause. Multiple invocations will combine
Expression
s with logical AND
but it is preferred to use a
single invocation.expressions
- the Expression
s to add.Copyright © 2001–2016 mmm-Team. All rights reserved.