in reply to Re: Re: What's in a DBI statement handle?
in thread What's in a DBI statement handle?

So DBI hides the keys it contains?

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.

  • Comment on Re: Re: Re: What's in a DBI statement handle?

Replies are listed 'Best First'.
Hiding handle attributes
by lachoy (Parson) on May 17, 2002 at 17:31 UTC

    Right -- more specifically: as a tied hash it does not implement the FIRSTKEY and NEXTKEY methods to list the attributes supported. There's probably a very good reason for this -- many implementation behaviors in the DBI may seem weird at first but on further inspection make a lot of sense.

    Chris
    M-x auto-bs-mode