PostgresDelete constructor

const PostgresDelete(
  1. PostgresTableHandle table, {
  2. PostgresQuerySpec? query,
  3. String? outputAs,
  4. bool returnMatchingRows = false,
})

Implementation

const PostgresDelete(
  this.table, {
  this.query,
  this.outputAs,
  this.returnMatchingRows = false,
});