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

Struct updateData

update.go:13–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type updateData struct {
14 PlaceholderFormat PlaceholderFormat
15 RunWith BaseRunner
16 Prefixes []Sqlizer
17 Table string
18 SetClauses []setClause
19 From Sqlizer
20 WhereParts []Sqlizer
21 OrderBys []string
22 Limit string
23 Offset string
24 Suffixes []Sqlizer
25}
26
27type setClause struct {
28 column string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected