type database/sql/driver.QueryerContext
6 uses
database/sql/driver (current package)
driver.go#L219: type QueryerContext interface {
database/sql
ctxutil.go#L46: func ctxDriverQuery(ctx context.Context, queryerCtx driver.QueryerContext, queryer driver.Queryer, query string, nvdargs []driver.NamedValue) (driver.Rows, error) {
sql.go#L1636: queryerCtx, ok := dc.ci.(driver.QueryerContext)
contrib.go.opencensus.io/integrations/ocsql
driver.go#L22: driver.QueryerContext
driver.go#L278: if queryerCtx, ok := c.parent.(driver.QueryerContext); ok {
golang.org/x/pkgsite/internal/database
driver.go#L51: driver.QueryerContext
![]() |
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. |