Skip to content

Instance Method

appendInterpolation(ident:)

Embed a String as an identifier, as if via SQLIdentifier.
mutating func appendInterpolation(ident: String)

Mentioned in

Discussion

Use this interpolation preferentially to ensure that table names, column names, and other non-keyword identifier are correctly quoted and escaped.