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

Reference: bind_col

PreviousChapter 12
Databases and Perl
Next
 

bind_col

 $result = $st_handle->bind_col(col, \variable [, \%attr ])

Binds a field of a select statement to a variable, to be updated whenever the row is fetched.

col

The column number to bind.

\variable

A reference to the variable to bind.

\%attr

Attributes to set for the statement handle.


PreviousHomeNext
Reference: rowsBook IndexReference: bind_columns