On Monday, October 22, 2001, at 12:01 AM, Wiedmann, Jochen wrote:
>
>> I could not figure this out because fetchrow_hashref must be
>> written in
>> C and not Perl
>
> There is no reason for writing fetchrow_hashref in C. Just try.
no, what I am saying is that I could not look at the DBI.pm source code
and find a fetchrow_hashref anywhere, although I wanted to look at such
a function so that I could answer this question myself.
>
>> I want to know if
>> fetchrow_hashref calls fetchrow_arrayref
>
> Yes. To implement a DBI driver it is sufficient to implement
> fetchrow_hashref aka fetch
>
The title of the post referred to *subclasses* not drivers.... also
fetchrow_hashref is not aka fetch, fetchrow_arrayref is aka fetch per
line 309 of DBI.pm v 1.19:
fetch => undef, # alias for fetchrow_arrayref