github.com/jackc/pgconn/stmtcache.LRU.conn (field)

6 uses

	github.com/jackc/pgconn/stmtcache (current package)
		lru.go#L16: 	conn         *pgconn.PgConn
		lru.go#L34: 		conn:         conn,
		lru.go#L46: 	txStatus := c.conn.TxStatus()
		lru.go#L118: 		return c.conn.Exec(ctx, fmt.Sprintf("deallocate %s", psd.Name)).Close()
		lru.go#L145: 	return c.conn.Prepare(ctx, name, sql, nil)
		lru.go#L154: 		return c.conn.Exec(ctx, fmt.Sprintf("deallocate %s", psd.Name)).Close()