MCPcopy
hub / github.com/mathaou/termdbms / Update

Struct Update

database/query.go:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type Update struct {
38 v map[string]interface{} // these are anchors to ensure the right row/col gets updated
39 Column string // this is the header
40 Update interface{} // this is the new cell value
41 TableName string
42}
43
44func (u *Update) GetValues() map[string]interface{} {
45 return u.v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected