Having.DefaultHavingType
Modifier | Constructor and Description |
---|---|
protected |
MultiClauseHaving(HavingType type,
List<Having> havings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<Having> |
getHavings() |
abstract MultiClauseHaving |
withHavings(List<Having> havings)
Get a new instance of this having with the given Havings.
|
protected MultiClauseHaving(HavingType type, List<Having> havings)
type
- Type of Havinghavings
- Child havings that this having wrapspublic abstract MultiClauseHaving withHavings(List<Having> havings)
havings
- Child havings of the new having.Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.