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


NAME

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


SYNOPSIS

  # In your table classes
  __PACKAGE__->load_components(qw/PK::Auto 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@sssonline.com>

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


LICENSE

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

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