Re: Ima::DBI's select_val method
[prev]
[thread]
[next]
[Date index for 2005/03/31]
At 18:24 3/30/2005, Christopher L. Everett wrote:
>Where is it implemented? I've been through Ima/DBI.pm a dozen times,
>and I can't find any thing that looks remotely close to declaring
>sub select_val { ..., even using symbol table manipulation.
Magic incantations between Ima::DBI and DBI -
in Ima::DBI you'll find:
sub _default_attributes {
(
RootClass => "DBIx::ContextualFetch"
);
}
Look in the DBI docs under "Subclassing the DBI" for clues (which I call clues because they're beyond me!)
>--
>Christopher L. Everett
>
>Chief Technology Officer www.medbanner.com
>MedBanner, Inc. www.physemp.com
|
|
Re: Ima::DBI's select_val method
Thomas L Shinnick 02:26 on 31 Mar 2005
|