database/sql.driverConn.Close (method)
9 uses
database/sql (current package)
sql.go#L557: func (dc *driverConn) Close() error {
sql.go#L918: c.Close()
sql.go#L1022: c.Close()
sql.go#L1221: conn.Close()
sql.go#L1228: conn.Close()
sql.go#L1283: ret.conn.Close()
sql.go#L1292: ret.conn.Close()
sql.go#L1388: dc.Close()
sql.go#L1398: dc.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. |