type database/sql/driver.Queryer
6 uses
database/sql/driver (current package)
driver.go#L205: type Queryer 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#L1637: var queryer driver.Queryer
sql.go#L1639: queryer, ok = dc.ci.(driver.Queryer)
contrib.go.opencensus.io/integrations/ocsql
driver.go#L21: driver.Queryer
driver.go#L236: if queryer, ok := c.parent.(driver.Queryer); ok {
![]() |
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. |