in reply to Re: Querying a $dbh
in thread Querying a $dbh

DBI handles are actually refs to tied hashes, so using the documented hash elements isn't breaking encapsulation in any sense; anything you do to the hashref is very much a part of the API.