| Interface | Description |
|---|---|
| HavingSpec |
A "having" clause that filters aggregated value.
|
| Class | Description |
|---|---|
| AlwaysHavingSpec |
A "having" spec that always evaluates to true
|
| AndHavingSpec |
The logical "and" operator for the "having" clause.
|
| EqualToHavingSpec |
The "=" operator in a "having" clause.
|
| GreaterThanHavingSpec |
The ">" operator in a "having" clause.
|
| LessThanHavingSpec |
The "<" operator in a "having" clause.
|
| NeverHavingSpec |
A "having" spec that always evaluates to false
|
| NotHavingSpec |
The logical "not" operator for the "having" clause.
|
| OrHavingSpec |
The logical "or" operator for the "having" clause.
|
Copyright © 2011–2015. All rights reserved.