TypeMap returns the connection info used for this connection.
()
| 463 | |
| 464 | // TypeMap returns the connection info used for this connection. |
| 465 | func (c *Conn) TypeMap() *pgtype.Map { return c.typeMap } |
| 466 | |
| 467 | // Config returns a copy of config that was used to establish this connection. |
| 468 | func (c *Conn) Config() *ConnConfig { return c.config.Copy() } |
no outgoing calls