MCPcopy
hub / github.com/Masterminds/squirrel / QueryRow

Method QueryRow

squirrel.go:73–73  ·  view source on GitHub ↗
(string, ...interface{})

Source from the content-addressed store, hash-verified

71type StdSql interface {
72 Query(string, ...interface{}) (*sql.Rows, error)
73 QueryRow(string, ...interface{}) *sql.Row
74 Exec(string, ...interface{}) (sql.Result, error)
75}
76

Callers 9

QueryRowMethod · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65
QueryRowWithFunction · 0.65
TestSelectBuilderRunnersFunction · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65

Implementers 5

insertDatainsert.go
StmtCachestmtcacher.go
updateDataupdate.go
DBStubsquirrel_test.go
selectDataselect.go

Calls

no outgoing calls

Tested by 2

TestSelectBuilderRunnersFunction · 0.52