database/sql.driverConn.returnedAt (field)
5 uses
database/sql (current package)
sql.go#L469: returnedAt time.Time // Time the connection was created or returned.
sql.go#L1054: if db.maxIdleTime > 0 && c.returnedAt.Before(expiredSince) {
sql.go#L1166: returnedAt: nowFunc(),
sql.go#L1313: returnedAt: nowFunc(),
sql.go#L1374: dc.returnedAt = nowFunc()
![]() |
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. |