MCPcopy
hub / github.com/jmoiron/sqlx / DriverName

Method DriverName

sqlx.go:90–90  ·  sqlx.go::binder.DriverName
()

Source from the content-addressed store, hash-verified

88// Binder is an interface for something which can bind queries (Tx, DB)
89type binder interface {
90 DriverName() string
91 Rebind(string) string
92 BindNamed(string, interface{}) (string, []interface{}, error)
93}

Callers 14

prepareNamedContextFunction · 0.65
NamedQueryContextFunction · 0.65
NamedExecContextFunction · 0.65
prepareNamedFunction · 0.65
NamedQueryFunction · 0.65
NamedExecFunction · 0.65
loadDefaultFixtureFunction · 0.65
TestNamedQueryFunction · 0.65
TestScanErrorFunction · 0.65
TestUsageFunction · 0.65
TestNamedQueryContextFunction · 0.65

Implementers 2

DBsqlx.go
Txsqlx.go

Calls

no outgoing calls

Tested by 8

loadDefaultFixtureFunction · 0.52
TestNamedQueryFunction · 0.52
TestScanErrorFunction · 0.52
TestUsageFunction · 0.52
TestNamedQueryContextFunction · 0.52
TestScanErrorContextFunction · 0.52
TestUsageContextFunction · 0.52