MCPcopy
hub / github.com/go-gorm/gorm / GetDBConn

Method GetDBConn

interfaces.go:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75// GetDBConnector SQL db connector
76type GetDBConnector interface {
77 GetDBConn() (*sql.DB, error)
78}
79
80// Rows rows interface

Callers 3

GetDBConnMethod · 0.65
GetDBConnMethod · 0.65
DBMethod · 0.65

Implementers 2

PreparedStmtDBprepare_stmt.go
PreparedStmtTXprepare_stmt.go

Calls

no outgoing calls

Tested by

no test coverage detected