MCPcopy Create free account
hub / github.com/araddon/qlbridge / SqlUpdate

Struct SqlUpdate

rel/sql.go:167–171  ·  view source on GitHub ↗

SqlUpdate SQL Update Statement

Source from the content-addressed store, hash-verified

165 }
166 // SqlUpdate SQL Update Statement
167 SqlUpdate struct {
168 Values map[string]*ValueColumn
169 Where *SqlWhere
170 Table string
171 }
172 // SqlDelete SQL Delete Statement
173 SqlDelete struct {
174 Table string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected