PostgresQuery constructor

const PostgresQuery(
  1. PostgresTableHandle table, {
  2. PostgresQuerySpec? query,
  3. String? outputAs,
})

Implementation

const PostgresQuery(this.table, {this.query, this.outputAs});