type database/sql.stmtConnGrabber
6 uses
database/sql (current package)
sql.go#L523: func (dc *driverConn) prepareLocked(ctx context.Context, cg stmtConnGrabber, query string) (*driverStmt, error) {
sql.go#L1499: func (db *DB) prepareDC(ctx context.Context, dc *driverConn, release func(error), cg stmtConnGrabber, query string) (*Stmt, error) {
sql.go#L2419: type stmtConnGrabber interface {
sql.go#L2431: _ stmtConnGrabber = &Tx{}
sql.go#L2432: _ stmtConnGrabber = &Conn{}
sql.go#L2457: cg stmtConnGrabber
 |
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. |