use min dbms_version for ::Replicated
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / SQL_Anywhere.pm
CommitLineData
cf7b6654 1package DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere;
2
3use strict;
4use warnings;
5use base qw/DBIx::Class::Storage::DBI::SQLAnywhere/;
6use mro 'c3';
7
81;
9
10=head1 NAME
11
12DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere - Driver for using Sybase SQL
13Anywhere through ODBC
14
15=head1 SYNOPSIS
16
17All functionality is provided by L<DBIx::Class::Storage::DBI::SQLAnywhere>, see
18that module for details.
19
20=head1 AUTHOR
21
22See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
23
24=head1 LICENSE
25
26You may distribute this code under the same terms as Perl itself.
27
28=cut