PostgresRead constructor
const
PostgresRead(
- PostgresTableHandle table, {
- PostgresQuerySpec? query,
- String? outputAs,
Implementation
const PostgresRead(this.table, {this.query, this.outputAs});