On Wed, Feb 26, 2003 at 01:27:44PM -0500, Rudy Lippan wrote:
> On Wed, 26 Feb 2003, Tim Bunce wrote:
> 
> >     Clarified documentation for ParamValues attribute hash keys.
> 
> I know there is a {NUM_OF_PARAMS} attribute and a {ParamValues} attribute,
> but is there a way to get the names of :foo style params before they are
> bound?

Umm, not officially currently but there's a good chance that keys
%{$sth->{ParamValues}} would work on many drivers that support it.

I'll add a note to that effect in the docs so that'll become the
standard way.

A slight downside is that it won't be possible to tell the difference
between a placeholder that's not been bound and one that has but
was bound to undef. But I don't think that'll be a big issue.
Anyone disagree?

Tim.

Reply via email to