Centralize (and privatize) handling of freetds driver/version detection
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / DB2_400_SQL.pm
CommitLineData
2a57124d 1package DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL;
96eacdb7 2
d23f094e 3use strict;
4use warnings;
5
96eacdb7 6use base qw/
96eacdb7 7 DBIx::Class::Storage::DBI::ODBC
aca3b4c3 8 DBIx::Class::Storage::DBI::DB2
96eacdb7 9/;
2ad62d97 10use mro 'c3';
d23f094e 11
d23f094e 121;
13
14=head1 NAME
15
f1f56aad 16DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL - Support specific to DB2/400
d23f094e 17over ODBC
18
d23f094e 19=head1 DESCRIPTION
20
96eacdb7 21This is an empty subclass of L<DBIx::Class::Storage::DBI::DB2>.
d23f094e 22
96eacdb7 23=head1 AUTHOR
d23f094e 24
96eacdb7 25See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
aa8b8190 26
d23f094e 27=head1 LICENSE
28
29You may distribute this code under the same terms as Perl itself.
30
31=cut
96eacdb7 32# vim:sts=2 sw=2: