PostgresDelete constructor
const
PostgresDelete(
- PostgresTableHandle table, {
- PostgresQuerySpec? query,
- String? outputAs,
- bool returnMatchingRows = false,
Implementation
const PostgresDelete(
this.table, {
this.query,
this.outputAs,
this.returnMatchingRows = false,
});