Instance Method
append(_:_:_:)
Add raw text and two optional unserialized
SQLExpressions to the statement output.mutating func append(_ p1: String, _ p2: (any SQLExpression)?, _ p3: (any SQLExpression)?)
Instance Method
SQLExpressions to the statement output.mutating func append(_ p1: String, _ p2: (any SQLExpression)?, _ p3: (any SQLExpression)?)