database/sql.Stmt.QueryRowContext (method)

3 uses

	database/sql (current package)
		sql.go#L2704: func (s *Stmt) QueryRowContext(ctx context.Context, args ...interface{}) *Row {
		sql.go#L2724: 	return s.QueryRowContext(context.Background(), args...)

	github.com/Masterminds/squirrel
		stmtcacher_ctx.go#L85: 	return stmt.QueryRowContext(ctx, args...)