further changes to the Sybase / MSSQL storage stuff
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase.pm
1 package DBIx::Class::Storage::DBI::Sybase;
2
3 use strict;
4 use warnings;
5
6 use base qw/DBIx::Class::Storage::DBI::NoBindVars/;
7
8 1;
9
10 =head1 NAME
11
12 DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase
13
14 =head1 SYNOPSIS
15
16 This subclass supports L<DBD::Sybase> for real Sybase databases.  If
17 you are using an MSSQL database via L<DBD::Sybase>, see
18 L<DBIx::Class::Storage::DBI::Sybase::MSSQL>.
19
20 =head1 AUTHORS
21
22 Brandon L Black <blblack@gmail.com>
23
24 =head1 LICENSE
25
26 You may distribute this code under the same terms as Perl itself.
27
28 =cut