MCPcopy
hub / github.com/sqlc-dev/sqlc / UpdateBook

Method UpdateBook

examples/batch/postgresql/querier.go:23–23  ·  view source on GitHub ↗
(ctx context.Context, arg []UpdateBookParams)

Source from the content-addressed store, hash-verified

21 GetAuthor(ctx context.Context, authorID int32) (Author, error)
22 GetBiography(ctx context.Context, authorID []int32) *GetBiographyBatchResults
23 UpdateBook(ctx context.Context, arg []UpdateBookParams) *UpdateBookBatchResults
24}
25
26var _ Querier = (*Queries)(nil)

Callers 4

TestBooksFunction · 0.65
TestBooksFunction · 0.65
TestBooksFunction · 0.65
TestBatchBooksFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestBooksFunction · 0.52
TestBooksFunction · 0.52
TestBooksFunction · 0.52
TestBatchBooksFunction · 0.52