PgSql constructor
PgSql(
- String sql, {
- List<
PgDataType< ? types,Object> >
Implementation
factory PgSql(String sql, {List<PgDataType>? types}) =
InternalQueryDescription.direct;