MCPcopy
hub / github.com/Masterminds/squirrel / From

Method From

delete.go:145–147  ·  view source on GitHub ↗

From sets the table to be deleted from.

(from string)

Source from the content-addressed store, hash-verified

143
144// From sets the table to be deleted from.
145func (b DeleteBuilder) From(from string) DeleteBuilder {
146 return builder.Set(b, "From", from).(DeleteBuilder)
147}
148
149// Where adds WHERE expressions to the query.
150//

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected