The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.