MCPcopy
hub / github.com/sqldef/sqldef / Delete

Struct Delete

parser/node.go:433–441  ·  view source on GitHub ↗

Delete represents a DELETE statement. If you add fields here, consider adding them to calls to validateSubquerySamePlan.

Source from the content-addressed store, hash-verified

431// Delete represents a DELETE statement.
432// If you add fields here, consider adding them to calls to validateSubquerySamePlan.
433type Delete struct {
434 Comments Comments
435 Targets TableNames
436 TableExprs TableExprs
437 Partitions Partitions
438 Where *Where
439 OrderBy OrderBy
440 Limit *Limit
441}
442
443// Format formats the node.
444func (node *Delete) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected