Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: available_driversChapter 12
Databases and Perl
Next: Reference: commit
 

bind_param

 $result = $st_handle->bind_param(n, value [, type ])

Binds a value with a placeholder in a prepared statement.

n

The parameter number to bind.

value

The value to associate with parameter n.

type

The data type for the placeholder. The type can also be specified as an anonymous list ({TYPE => type}).


Previous: Reference: available_driversPerl in a NutshellNext: Reference: commit
Reference: available_driversBook IndexReference: commit