Parse a DSN in the format
dbi:DriverName:dbname=database_name;host=hostname;port=port where
dbi is constant, DriverName is the name of the driver, and everything
else is parameters in the form name1=value1;name2=value2;...
3.3.2 DBI.ConnectionInfo: accessing
driver
Answer the driver; this is not the driver class.
driver: aString
Set the driver; this is not the driver class.
paramString: aString
Set the parameter list.
params
Return the parsed parameters in a Dictionary.
scheme
Answer the scheme; the only supported one is 'dbi'.
scheme: aString
Set the scheme; the only supported one is 'dbi'.
This document was generated
on April, 16 2013
using texi2html