Skip to content

Instance Method

append(_:_:)

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