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