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