database/sql.connRequest.conn (field)
10 uses
database/sql (current package)
sql.go#L1181: conn *driverConn
sql.go#L1262: if ok && ret.conn != nil {
sql.go#L1263: db.putConn(ret.conn, ret.err, false)
sql.go#L1279: if strategy == cachedOrNewConn && ret.err == nil && ret.conn.expired(lifetime) {
sql.go#L1283: ret.conn.Close()
sql.go#L1286: if ret.conn == nil {
sql.go#L1291: if err := ret.conn.resetSession(ctx); err == driver.ErrBadConn {
sql.go#L1292: ret.conn.Close()
sql.go#L1295: return ret.conn, ret.err
sql.go#L1430: conn: dc,
![]() |
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. |