| DBIx-Class documentation | Contained in the DBIx-Class distribution. |
DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL - Support specific to DB2/400 over ODBC
This is an empty subclass of DBIx::Class::Storage::DBI::DB2.
You may distribute this code under the same terms as Perl itself.
| DBIx-Class documentation | Contained in the DBIx-Class distribution. |
package DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL; use strict; use warnings; use base qw/ DBIx::Class::Storage::DBI::DB2 DBIx::Class::Storage::DBI::ODBC /; use mro 'c3'; 1;
# vim:sts=2 sw=2: