type github.com/jackc/pgproto3/v2.Execute

8 uses

	github.com/jackc/pgproto3/v2 (current package)
		backend.go#L20: 	execute         Execute
		execute.go#L11: type Execute struct {
		execute.go#L17: func (*Execute) Frontend() {}
		execute.go#L21: func (dst *Execute) Decode(src []byte) error {
		execute.go#L39: func (src *Execute) Encode(dst []byte) []byte {
		execute.go#L55: func (src Execute) MarshalJSON() ([]byte, error) {

	github.com/jackc/pgconn
		pgconn.go#L1075: 	buf = (&pgproto3.Execute{}).Encode(buf)
		pgconn.go#L1581: 	batch.buf = (&pgproto3.Execute{}).Encode(batch.buf)