MCPcopy
hub / github.com/dropbox/godropbox / Set

Method Set

database/sqlbuilder/statement.go:65–65  ·  view source on GitHub ↗
(column NonAliasColumn, expression Expression)

Source from the content-addressed store, hash-verified

63 Statement
64
65 Set(column NonAliasColumn, expression Expression) UpdateStatement
66 Where(expression BoolExpression) UpdateStatement
67 OrderBy(clauses ...OrderByClause) UpdateStatement
68 Limit(limit int64) UpdateStatement

Callers 8

TestUpdateNilColumnMethod · 0.65
TestUpdateNilExprMethod · 0.65
TestUpdateSingleValueMethod · 0.65
TestUpdateMultiValuesMethod · 0.65
TestUpdateWithOrderByMethod · 0.65
TestUpdateWithLimitMethod · 0.65

Implementers 1

updateStatementImpldatabase/sqlbuilder/statement.go

Calls

no outgoing calls

Tested by 8

TestUpdateNilColumnMethod · 0.52
TestUpdateNilExprMethod · 0.52
TestUpdateSingleValueMethod · 0.52
TestUpdateMultiValuesMethod · 0.52
TestUpdateWithOrderByMethod · 0.52
TestUpdateWithLimitMethod · 0.52