Sql.dialects constructor
Sql.dialects(
- Map<
SqlDialect, Sql> variants
Selects exactly the current dialect; missing branches fail before execution.
Implementation
factory Sql.dialects(Map<SqlDialect, Sql> variants) => _DialectSql(variants);