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

5 uses

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

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1294: 	pgConn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2422: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2434: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})
		pgconn.go#L2445: 	p.conn.frontend.SendExecute(&pgproto3.Execute{})