-
Declaration
Swift
public typealias ClauseType = Having -
Declaration
Swift
public typealias ColumnExpressionType = AggregateColumnExpression -
The left hand side of the conditional clause.
Declaration
Swift
public let lhs: Predicate<Having, AggregateColumnExpression>? -
The right hand side of the conditional clause.
Declaration
Swift
public let rhs: Predicate<Having, AggregateColumnExpression>? -
The operator of the conditional clause.
Declaration
Swift
public let condition: Condition -
Create a
Havingclause using the isNull operator.Declaration
Swift
public func isNull() -> HavingReturn Value
A
Havingcontaining the clause. -
Create a
Havingclause using the isNotNull operator.Declaration
Swift
public func isNotNull() -> HavingReturn Value
A
Havingcontaining the clause.
View on GitHub
Having Structure Reference