Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: bind_colChapter 12
Databases and Perl
Next: Reference: state
 

bind_columns

 $result = $st_handle->bind_columns(\%attr, @reflist )

Runs bind_col on each column of the statement.

\%attr

Attributes to set for the statement handle.

@reflist

A list of references to the variables to bind.


Previous: Reference: bind_colPerl in a NutshellNext: Reference: state
Reference: bind_colBook IndexReference: state