type database/sql/driver.Driver
21 uses
database/sql/driver (current package)
driver.go#L84: type Driver interface {
driver.go#L137: Driver() Driver
database/sql
sql.go#L35: drivers = make(map[string]driver.Driver)
sql.go#L44: func Register(name string, driver driver.Driver) {
sql.go#L60: drivers = make(map[string]driver.Driver)
sql.go#L703: driver driver.Driver
sql.go#L710: func (t dsnConnector) Driver() driver.Driver {
sql.go#L1791: func (db *DB) Driver() driver.Driver {
contrib.go.opencensus.io/integrations/ocsql
driver.go#L34: _ driver.Driver = &ocDriver{}
driver.go#L90: func Wrap(d driver.Driver, options ...TraceOption) driver.Driver {
driver_go1.10.go#L36: parent driver.Driver
driver_go1.10.go#L41: func wrapDriver(d driver.Driver, o TraceOptions) driver.Driver {
driver_go1.10.go#L45: return struct{ driver.Driver }{ocDriver{parent: d, options: o}}
driver_go1.10.go#L205: func (d ocDriver) Driver() driver.Driver {
github.com/jackc/pgx/v4/stdlib
sql.go#L159: func (c connector) Driver() driver.Driver {
sql.go#L165: func GetDefaultDriver() driver.Driver {
sql.go#L232: func (dc *driverConnector) Driver() driver.Driver {
github.com/lib/pq
connector.go#L31: func (c *Connector) Driver() driver.Driver {
golang.org/x/pkgsite/internal/database
driver.go#L34: underlying driver.Driver
![]() |
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. |