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

Method Conn

pgxpool/conn.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (c *Conn) Conn() *pgx.Conn {
120 return c.connResource().conn
121}
122
123func (c *Conn) connResource() *connResource {
124 return c.res.Value()

Callers 10

ReleaseMethod · 0.95
HijackMethod · 0.95
ExecMethod · 0.95
QueryMethod · 0.95
QueryRowMethod · 0.95
SendBatchMethod · 0.95
CopyFromMethod · 0.95
BeginMethod · 0.95
BeginTxMethod · 0.95
PingMethod · 0.95

Calls 1

connResourceMethod · 0.95

Tested by

no test coverage detected