Skip to content

Instance Property

identifierQuote

An expression (usually an SQLRaw) giving the character(s) used to quote SQL identifiers, such as table and column names.
var identifierQuote: any SQLExpression { get }

Discussion

The identifier quote is placed immediately preceding and following each identifier.

No default is provided.