database/sql.driverConn.openStmt (field)
8 uses
database/sql (current package)
sql.go#L465: openStmt map[*driverStmt]bool
sql.go#L481: delete(dc.openStmt, ds)
sql.go#L539: if dc.openStmt == nil {
sql.go#L540: dc.openStmt = make(map[*driverStmt]bool)
sql.go#L542: dc.openStmt[ds] = true
sql.go#L581: openStmt = make([]*driverStmt, 0, len(dc.openStmt))
sql.go#L582: for ds := range dc.openStmt {
sql.go#L585: dc.openStmt = nil
![]() |
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. |