quoteTableRef

View Source

Summary

Quotes a { schema?, name } table reference using a dialect quote function.

Signature

function quoteTableRef(
  table: TableRef,
  quoteIdentifier: QuoteIdentifier,
): string;

Params

table

Table reference to quote.

quoteIdentifier

Dialect-specific identifier quote function.

Returns

Quoted table reference.