DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL.3pm

Langue: en

Version: 2010-06-04 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL - Support specific to DB2/400 over ODBC

SYNOPSIS

   # In your result (table) classes
   use base 'DBIx::Class::Core';
   __PACKAGE__->set_primary_key('id');
 
 

DESCRIPTION

This class implements support specific to DB2/400 over ODBC, including auto-increment primary keys, SQL::Abstract::Limit dialect, and name separator for connections using either SQL naming or System naming.

AUTHORS

Marc Mims "<marc@questright.com>"

Based on DBIx::Class::Storage::DBI::DB2 by Jess Robinson.

LICENSE

You may distribute this code under the same terms as Perl itself.