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

Method QueryRowContext

squirrel_ctx.go:67–69  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

65}
66
67func (r *stdsqlCtxRunner) QueryRowContext(ctx context.Context, query string, args ...interface{}) RowScanner {
68 return r.StdSqlCtx.QueryRowContext(ctx, query, args...)
69}
70
71// ExecContextWith ExecContexts the SQL returned by s with db.
72func ExecContextWith(ctx context.Context, db ExecerContext, s Sqlizer) (res sql.Result, err error) {

Callers

nothing calls this directly

Calls 1

QueryRowContextMethod · 0.65

Tested by

no test coverage detected