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

Method QueryRow

squirrel_ctx.go:63–65  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

61}
62
63func (r *stdsqlCtxRunner) QueryRow(query string, args ...interface{}) RowScanner {
64 return r.StdSqlCtx.QueryRow(query, args...)
65}
66
67func (r *stdsqlCtxRunner) QueryRowContext(ctx context.Context, query string, args ...interface{}) RowScanner {
68 return r.StdSqlCtx.QueryRowContext(ctx, query, args...)

Callers

nothing calls this directly

Calls 1

QueryRowMethod · 0.65

Tested by

no test coverage detected