quotePath

View Source

Summary

Quotes each segment of a dotted identifier path.

Wildcard segments (*) are preserved.

Signature

function quotePath(path: string, quoteIdentifier: QuoteIdentifier): string;

Params

path

Dotted path to quote.

quoteIdentifier

Dialect-specific identifier quote function.

Returns

Quoted path string.