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

Method QueryRow

examples/batch/postgresql/db.go:17–17  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

15 Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
16 Query(context.Context, string, ...interface{}) (pgx.Rows, error)
17 QueryRow(context.Context, string, ...interface{}) pgx.Row
18 SendBatch(context.Context, *pgx.Batch) pgx.BatchResults
19}
20

Callers 15

CreateDatabaseMethod · 0.65
WithAsMethod · 0.65
WithoutAsMethod · 0.65
WithAsMethod · 0.65
WithoutAsMethod · 0.65
GetAuthorMethod · 0.65
PlusPositionalCastMethod · 0.65
PlusPositionalCastMethod · 0.65
FindByAddressMethod · 0.65
DoubleDashMethod · 0.65
SlashStarMethod · 0.65
DoubleDashMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestBatchBooksFunction · 0.52