Skip to content

Instance Property

literalStringQuote

An expression (usually an SQLRaw) giving the character(s) used to quote literal string values which appear in a query, such as enumerator names.
var literalStringQuote: any SQLExpression { get }

Discussion

The literal quote is placed immediately preceding and following each string literal.

Defaults to an apostrophe (').