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

Method Update

database/query.go:27–27  ·  view source on GitHub ↗
(q *Update)

Source from the content-addressed store, hash-verified

25
26type Database interface {
27 Update(q *Update)
28 GenerateQuery(u *Update) (string, []string)
29 GetPlaceholderForDatabaseType() string
30 GetFileName() string

Callers 1

Implementers 1

SQLitedatabase/sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected