database/sql.DB.addDep (method)
4 uses
database/sql (current package)
sql.go#L641: func (db *DB) addDep(x finalCloser, dep interface{}) {
sql.go#L1524: db.addDep(stmt, stmt)
sql.go#L2335: tx.db.addDep(parentStmt, txs)
sql.go#L2658: s.db.addDep(s, rows)
![]() |
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. |