NAME
blx::xsdsql::dbconn::generic - generic converted database connection string into specific application form
SYNOPSIS
use blx::xsdsql::dbconn::generic
DESCRIPTION
this package is a class - instance it with the method new
FUNCTIONS
new - constructor
PARAMS - none
get_application_string - return an array of data for application input
the first argument is a string into a form <database_type>:<user>/<pwd>@<database_name>[:<host>[:<port>]]
EXPORT
None by default.
EXPORT_OK
None
SEE ALSO
See blx::xsdsql::dbconn::pg::dbi - this class inherit from this and implement the dbi for postgresql
AUTHOR
lorenzo.bellotti, <pauseblx@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by lorenzo.bellotti
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html