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

Method QueryRow

squirrel.go:81–83  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

79}
80
81func (r *stdsqlRunner) QueryRow(query string, args ...interface{}) RowScanner {
82 return r.StdSql.QueryRow(query, args...)
83}
84
85func setRunWith(b interface{}, runner BaseRunner) interface{} {
86 switch r := runner.(type) {

Callers

nothing calls this directly

Calls 1

QueryRowMethod · 0.65

Tested by

no test coverage detected