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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: available_drivers Chapter 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_drivers Perl in a Nutshell Next: Reference: commit
Reference: available_drivers Book Index Reference: commit

Library Navigation Links

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