const database/sql.alwaysNewConn
9 uses
database/sql (current package)
sql.go#L445: alwaysNewConn connReuseStrategy = iota
sql.go#L805: dc, err = db.conn(ctx, alwaysNewConn)
sql.go#L1468: return db.prepare(ctx, query, alwaysNewConn)
sql.go#L1541: return db.exec(ctx, query, args, alwaysNewConn)
sql.go#L1611: return db.query(ctx, query, args, alwaysNewConn)
sql.go#L1740: return db.begin(ctx, opts, alwaysNewConn)
sql.go#L1816: dc, err = db.conn(ctx, alwaysNewConn)
sql.go#L2492: strategy = alwaysNewConn
sql.go#L2637: strategy = alwaysNewConn
 |
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. |