RenderContext constructor
RenderContext(
- 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
RenderContext(this.dialect);