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

Method Query

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

Source from the content-addressed store, hash-verified

14type DBTX interface {
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}

Callers 15

readRelationsFunction · 0.65
readProcsFunction · 0.65
runFunction · 0.65
tableInfoMethod · 0.65
columnInfoMethod · 0.65
formatTypeMethod · 0.65
IntrospectSchemaMethod · 0.65
SelectTestMethod · 0.65
SelectTestMethod · 0.65
FuncParamIdentMethod · 0.65
FuncParamStringMethod · 0.65
FuncParamIdentMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestBatchBooksFunction · 0.52