github.com/jackc/pgx/v5/pgxpool.Conn.Exec (method, view implemented interface methods)
2 uses
github.com/jackc/pgx/v5/pgxpool (current package)
conn.go#L86: func (c *Conn) Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error) {
pool.go#L726: return c.Exec(ctx, sql, arguments...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)