-
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
Having
clause using the isNull operator.Declaration
Swift
public func isNull() -> Having
Return Value
A
Having
containing the clause. -
Create a
Having
clause using the isNotNull operator.Declaration
Swift
public func isNotNull() -> Having
Return Value
A
Having
containing the clause.