github.com/jackc/pgx/v4/stdlib.Conn.ExecContext (method)

2 uses

	github.com/jackc/pgx/v4/stdlib (current package)
		sql.go#L325: func (c *Conn) ExecContext(ctx context.Context, query string, argsV []driver.NamedValue) (driver.Result, error) {
		sql.go#L415: 	return s.conn.ExecContext(ctx, s.sd.Name, argsV)