github.com/jackc/pgx/v5/pgproto3.Frontend.SendExecute (method)

5 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		frontend.go#L224: func (f *Frontend) SendExecute(msg *Execute) {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1362: 	pgConn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2492: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2504: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2515: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})