type database/sql/driver.ConnBeginTx
6 uses
database/sql/driver (current package)
driver.go#L273: type ConnBeginTx interface {
database/sql
ctxutil.go#L98: if ciCtx, is := ci.(driver.ConnBeginTx); is {
contrib.go.opencensus.io/integrations/ocsql
driver.go#L25: driver.ConnBeginTx
driver.go#L388: if connBeginTx, ok := c.parent.(driver.ConnBeginTx); ok {
driver.go#L411: if connBeginTx, ok := c.parent.(driver.ConnBeginTx); ok {
golang.org/x/pkgsite/internal/database
driver.go#L54: driver.ConnBeginTx
![]() |
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. |