Source: libdbiwrapper-perl Section: perl Priority: optional Build-Depends-Indep: debhelper (>= 4.2.4), perl (>= 5.8.0-7) Maintainer: James A. Pattie Standards-Version: 3.6.1 Package: libdbiwrapper-perl Architecture: all Depends: perl (>= 5.8.0), libdbi-perl Recommends: libdbd-pg-perl, libdbd-mysql-perl, libdbd-sybase-perl Description: Perl extension for generic DBI database access DBIWrapper is the generic database Object for accessing the DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL), Sybase and ODBC DBD modules and how to work with them correctly. . Support for transactions on MySQL is now checked for and if found to be available, the AutoCommit flag is turned off so that transactions will be used. . The substitution array (if used) will cause each ##?1##, ##?2##, etc. string in the sql string to be substituted for the corresponding value in the substitution array. It must start at ?1. It is up to the user to pass in the correct number of elements for both the plug and substitution arrays. The plug array is used to pass in the values for DBI to replace in the sql string of ? which is standard DBI notation.