PgSql constructor

PgSql(
  1. String sql, {
  2. List<PgDataType<Object>>? types,
})

Implementation

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