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

Function Update

statement.go:79–81  ·  view source on GitHub ↗

Update returns a new UpdateBuilder with the given table name. See UpdateBuilder.Table.

(table string)

Source from the content-addressed store, hash-verified

77//
78// See UpdateBuilder.Table.
79func Update(table string) UpdateBuilder {
80 return StatementBuilder.Update(table)
81}
82
83// Delete returns a new DeleteBuilder with the given table name.
84//

Callers 13

squirrel_test.goFile · 0.85
TestRunWithDBFunction · 0.85
TestRunWithTxFunction · 0.85
TestUpdateBuilderToSqlFunction · 0.85
TestUpdateBuilderMustSqlFunction · 0.85
TestUpdateBuilderRunnersFunction · 0.85
TestUpdateBuilderFromFunction · 0.85

Calls 1

UpdateMethod · 0.80

Tested by 12

TestRunWithDBFunction · 0.68
TestRunWithTxFunction · 0.68
TestUpdateBuilderToSqlFunction · 0.68
TestUpdateBuilderMustSqlFunction · 0.68
TestUpdateBuilderRunnersFunction · 0.68
TestUpdateBuilderFromFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…