LiteralRenderContext constructor

LiteralRenderContext(
  1. SqlDialect dialect
)

A helper passed to each Clause while it renders SQL.

A clause uses it to quote identifiers (escapeName) and turn values into bind placeholders (param).

Implementation

LiteralRenderContext(super.dialect);