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

Method Table

update.go:220–222  ·  view source on GitHub ↗

Table sets the table to be updated.

(table string)

Source from the content-addressed store, hash-verified

218
219// Table sets the table to be updated.
220func (b UpdateBuilder) Table(table string) UpdateBuilder {
221 return builder.Set(b, "Table", table).(UpdateBuilder)
222}
223
224// Set adds SET clauses to the query.
225func (b UpdateBuilder) Set(column string, value interface{}) UpdateBuilder {

Callers 2

UpdateMethod · 0.80
TestUpdateBuilderToSqlFunction · 0.80

Calls 1

SetMethod · 0.80

Tested by 1

TestUpdateBuilderToSqlFunction · 0.64