Christian Müller > DBE-0.99_1 > DBE::Const

Download:
DBE-0.99_1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.99_1   Source  

NAME ^

DBE::Const - Compile or Export SQL Constants

SYNOPSIS ^

  use DBE;
  use DBE::Const qw(SQL_DBMS_NAME);
  
  $con = DBE->connect( "..." );
  $dbms_name = $con->getinfo( SQL_DBMS_NAME );

DESCRIPTION ^

....

COPYRIGHT ^

The DBE::Const module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.