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

Method BooksByYear

examples/batch/postgresql/querier.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, year []int32)

Source from the content-addressed store, hash-verified

12
13type Querier interface {
14 BooksByYear(ctx context.Context, year []int32) *BooksByYearBatchResults
15 CreateAuthor(ctx context.Context, name string) (Author, error)
16 CreateBook(ctx context.Context, arg []CreateBookParams) *CreateBookBatchResults
17 DeleteBook(ctx context.Context, bookID []int32) *DeleteBookBatchResults

Callers 1

TestBatchBooksFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestBatchBooksFunction · 0.52