type github.com/jackc/pgx/v5/pgproto3.Execute
15 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
backend.go#L30: 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, error) {
execute.go#L48: func (src Execute) MarshalJSON() ([]byte, error) {
frontend.go#L220: func (f *Frontend) SendExecute(msg *Execute) {
trace.go#L84: case *Execute:
trace.go#L263: func (t *tracer) traceExecute(sender byte, encodedLen int32, msg *Execute) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L1294: pgConn.frontend.SendExecute(&pgproto3.Execute{})
pgconn.go#L1894: batch.buf, batch.err = (&pgproto3.Execute{}).Encode(batch.buf)
pgconn.go#L1918: batch.buf, batch.err = (&pgproto3.Execute{}).Encode(batch.buf)
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{})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)