MCPcopy
hub / github.com/jackc/pgx / errRow

Struct errRow

pgxpool/rows.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20func (e errRows) Conn() *pgx.Conn { return nil }
21
22type errRow struct {
23 err error
24}
25
26func (e errRow) Scan(dest ...any) error { return e.err }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected