Instance Method
append(_:_:)
Add raw text and an unserialized
SQLExpression to the statement output, in that order.mutating func append(_ raw: String, _ part: any SQLExpression)
Instance Method
SQLExpression to the statement output, in that order.mutating func append(_ raw: String, _ part: any SQLExpression)