Skip to content

Case

SQLLiteral.string(_:)

A literal expression representing a literal string in the current dialect.
case string(String)

Discussion

Literal strings undergo quoting and escaping in exactly the same fashion described by SQLIdentifier, except the dialect’s literalStringQuote is used.