database/sql.Stmt.cg (field)
10 uses
database/sql (current package)
sql.go#L1514: cg: cg,
sql.go#L2284: if stmt.closed || stmt.cg != nil {
sql.go#L2326: cg: tx,
sql.go#L2457: cg stmtConnGrabber
sql.go#L2575: if s.cg != nil {
sql.go#L2577: dc, releaseConn, err = s.cg.grabConn(ctx) // blocks, waiting for the connection.
sql.go#L2616: si, err := dc.prepareLocked(ctx, s.cg, s.query)
sql.go#L2667: if s.cg != nil {
sql.go#L2668: txctx = s.cg.txCtx()
sql.go#L2746: if s.cg == 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. |