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

Struct errRows

pgxpool/rows.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type errRows struct {
9 err error
10}
11
12func (errRows) Close() {}
13func (e errRows) Err() error { return e.err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected