PostgresRead constructor

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

Implementation

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