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

Method Query

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

Source from the content-addressed store, hash-verified

306}
307
308func (s *DBStub) Query(query string, args ...interface{}) (*sql.Rows, error) {
309 s.LastQuerySql = query
310 s.LastQueryArgs = args
311 return nil, nil
312}
313
314func (s *DBStub) QueryRow(query string, args ...interface{}) squirrel.RowScanner {
315 s.LastQueryRowSql = query

Callers 3

publicTablesFunction · 0.80
importTableFunction · 0.80
primaryKeyFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected