Приглашаем посетить
Хемницер (hemnitser.lit-info.ru)

Reference: prepare

PreviousChapter 12
Databases and Perl
Next
 

prepare

 $st_handle = $db_handle->prepare(statement [, \%attr ])

Prepares a statement for execution and returns a reference to a statement handle object.

statement

The statement to prepare.

\%attr

Attributes to set for the assigned statement handle.


PreviousHomeNext
Reference: pingBook IndexReference: quote