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

Method Conn

pgxpool/tx.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (tx *Tx) Conn() *pgx.Conn {
82 return tx.t.Conn()
83}

Callers

nothing calls this directly

Implementers 3

dbTxtx.go
Txpgxpool/tx.go

Calls 1

ConnMethod · 0.65

Tested by

no test coverage detected