MCPcopy
hub / github.com/pocketbase/pocketbase / Update

Method Update

core/db_builder.go:65–67  ·  view source on GitHub ↗

Update implements the [dbx.Builder.Update] interface method.

(table string, cols dbx.Params, where dbx.Expression)

Source from the content-addressed store, hash-verified

63
64// Update implements the [dbx.Builder.Update] interface method.
65func (b *dualDBBuilder) Update(table string, cols dbx.Params, where dbx.Expression) *dbx.Query {
66 return b.nonconcurrentDB.Update(table, cols, where)
67}
68
69// Delete implements the [dbx.Builder.Delete] interface method.
70func (b *dualDBBuilder) Delete(table string, where dbx.Expression) *dbx.Query {

Callers 3

updateMethod · 0.80
initFunction · 0.80
migrateOldCollectionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected