database/sql.Stmt.db (field)
13 uses
database/sql (current package)
sql.go#L1512: db: db,
sql.go#L2278: if tx.db != stmt.db {
sql.go#L2325: db: tx.db,
sql.go#L2446: db *DB // where we came from
sql.go#L2542: dbClosed := atomic.LoadUint64(&s.db.numClosed)
sql.go#L2547: s.db.mu.Lock()
sql.go#L2555: s.db.mu.Unlock()
sql.go#L2587: dc, err = s.db.conn(ctx, strategy)
sql.go#L2658: s.db.addDep(s, rows)
sql.go#L2664: s.db.removeDep(s, rows)
sql.go#L2747: return s.db.removeDep(s, s)
sql.go#L2753: return s.db.removeDep(s.parentStmt, s)
sql.go#L2763: s.db.noteUnusedDriverStatement(v.dc, v.ds)
![]() |
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. |