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()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |