MCPcopy Index your code
hub / github.com/Masterminds/structable / QueryRow

Method QueryRow

structable_test.go:314–318  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

312}
313
314func (s *DBStub) QueryRow(query string, args ...interface{}) squirrel.RowScanner {
315 s.LastQueryRowSql = query
316 s.LastQueryRowArgs = args
317 return &squirrel.Row{RowScanner: &RowStub{}}
318}
319
320func (s *DBStub) Begin() (*sql.Tx, error) {
321 return nil, nil

Callers 8

loadFromSqlMethod · 0.80
LoadMethod · 0.80
LoadWhereMethod · 0.80
ExistsMethod · 0.80
ExistsWhereMethod · 0.80
insertPgMethod · 0.80
loadFromSqlMethod · 0.80
TestPlainStructDeleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected