github.com/jackc/pgx/v4.Conn.execPrepared (method)

4 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L441: 		return c.execPrepared(ctx, sd, arguments)
		conn.go#L461: 		return c.execPrepared(ctx, sd, arguments)
		conn.go#L468: 	return c.execPrepared(ctx, sd, arguments)
		conn.go#L523: func (c *Conn) execPrepared(ctx context.Context, sd *pgconn.StatementDescription, arguments []interface{}) (pgconn.CommandTag, error) {