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

Method Exec

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

Source from the content-addressed store, hash-verified

22
23type execer interface {
24 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
25}
26
27func testExec(t *testing.T, ctx context.Context, db execer) {

Callers 15

testExecFunction · 0.65
testCopyFromFunction · 0.65
ExecMethod · 0.65
ExecMethod · 0.65
ExecMethod · 0.65
ExecMethod · 0.65
TestPoolCopyFromFunction · 0.65

Implementers 14

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