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

Method Conn

pgxpool/rows.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (rows *poolRows) Conn() *pgx.Conn {
90 return rows.r.Conn()
91}
92
93type poolRow struct {
94 r pgx.Row

Callers

nothing calls this directly

Calls 1

ConnMethod · 0.65

Tested by

no test coverage detected