github.com/jackc/pgx/v5.Tx.Conn (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L150: 	Conn() *Conn
		tx.go#L385: 	return sp.tx.Conn()

	github.com/jackc/pgx/v5/pgxpool
		tx.go#L82: 	return tx.t.Conn()