DeleteStmt constructor
DeleteStmt(})
Implementation
DeleteStmt(
this.table,
this.where, {
this.returning,
this.ctes = const {},
this.cteColumns = const {},
this.ctesRecursive = false,
this.indexedBy,
this.limit,
this.offset,
});