start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: bind_col Chapter 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_col Perl in a Nutshell Next: Reference: state
Reference: bind_col Book Index Reference: state

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.