February 2000
Intermediate to advanced
364 pages
11h 47m
English
The following conventions are used in this document:
Database handle object
Statement handle object
Driver handle object (rarely seen or used in applications)
Any of the handle types above ($dbh,
$sth, or $drh)
General return code (boolean: true=ok,
false=error)
General Return Value (typically an integer)
List of values returned from the database, typically a row of data
Number of rows processed (if available, else -1)
A filehandle
NULL values are represented by undefined values in Perl
Reference to a hash of attribute values passed to methods
Note that Perl will automatically destroy database and statement handle objects if all references to them are deleted.