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

Function Replace

statement.go:72–74  ·  view source on GitHub ↗

Replace returns a new InsertBuilder with the statement keyword set to "REPLACE" and with the given table name. See InsertBuilder.Into.

(into string)

Source from the content-addressed store, hash-verified

70//
71// See InsertBuilder.Into.
72func Replace(into string) InsertBuilder {
73 return StatementBuilder.Replace(into)
74}
75
76// Update returns a new UpdateBuilder with the given table name.
77//

Callers 1

TestInsertBuilderReplaceFunction · 0.85

Calls 1

ReplaceMethod · 0.80

Tested by 1

TestInsertBuilderReplaceFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…