Приглашаем посетить
Чулков (chulkov.lit-info.ru)

Reference: bind_columns

PreviousChapter 12
Databases and Perl
Next
 

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.


PreviousHomeNext
Reference: bind_colBook IndexReference: state