database/sql.Stmt.QueryRowContext (method)

2 uses

	database/sql (current package)
		sql.go#L2844: func (s *Stmt) QueryRowContext(ctx context.Context, args ...any) *Row {
		sql.go#L2867: 	return s.QueryRowContext(context.Background(), args...)