database/sql.driverConn.inUse (field)
7 uses
database/sql (current package)
sql.go#L468: inUse bool
sql.go#L1217: conn.inUse = true
sql.go#L1315: inUse: true,
sql.go#L1331: if c.inUse {
sql.go#L1358: if !dc.inUse {
sql.go#L1373: dc.inUse = false
sql.go#L1427: dc.inUse = true
![]() |
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. |