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

Method Conn

stdlib/sql.go:424–426  ·  view source on GitHub ↗

Conn returns the underlying *pgx.Conn

()

Source from the content-addressed store, hash-verified

422
423// Conn returns the underlying *pgx.Conn
424func (c *Conn) Conn() *pgx.Conn {
425 return c.conn
426}
427
428func (c *Conn) Prepare(query string) (driver.Stmt, error) {
429 return c.PrepareContext(context.Background(), query)

Callers 1

ConnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected