MCPcopy
hub / github.com/jackc/pgx / Query

Method Query

pgxpool/common_test.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

32
33type queryer interface {
34 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
35}
36
37func testQuery(t *testing.T, ctx context.Context, db queryer) {

Callers 15

testQueryFunction · 0.65
testCopyFromFunction · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
TestPoolQueryFunction · 0.65
TestPoolCopyFromFunction · 0.65
parseURLSettingsFunction · 0.65

Implementers 13

Connconn.go
dbTxtx.go
QueuedQuerybatch.go
batchResultsbatch.go
Stmtstdlib/sql.go
Connpgxpool/conn.go
Poolpgxpool/pool.go
Txpgxpool/tx.go
errBatchResultspgxpool/batch_results.go

Calls

no outgoing calls