MCPcopy Index your code
hub / github.com/perkeep/perkeep / QueryRow

Method QueryRow

pkg/sorted/sqlkv/sqlkv.go:249–249  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

247// Something we can make queries on. This will either be an *sql.DB or an *sql.Tx.
248type queryObject interface {
249 QueryRow(query string, args ...interface{}) *sql.Row
250 Query(query string, args ...interface{}) (*sql.Rows, error)
251}
252

Callers 6

SchemaVersionMethod · 0.80
SchemaVersionMethod · 0.80
serverVersionFunction · 0.80
getFunction · 0.80
InitDBFunction · 0.80
SchemaVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected