multi db_schema support
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Table / Sybase.pm
1 package DBIx::Class::Schema::Loader::Table::Sybase;
2
3 use strict;
4 use warnings;
5 use base 'DBIx::Class::Schema::Loader::DBObject::Sybase';
6
7 =head1 NAME
8
9 DBIx::Class::Schema::Loader::Table::Sybase - Class for Sybase ASE and MSSQL
10 Tables in L<DBIx::Class::Schema::Loader>
11
12 =head1 DESCRIPTION
13
14 Inherits from L<DBIx::Class::Schema::Loader::DBObject::Sybase>, see that module for details.
15
16 =head1 SEE ALSO
17
18 L<DBIx::Class::Schema::Loader::DBObject::Sybase>,
19 L<DBIx::Class::Schema::Loader::DBObject>,
20 L<DBIx::Class::Schema::Loader::Table>, L<DBIx::Class::Schema::Loader>,
21 L<DBIx::Class::Schema::Loader::Base>
22
23 =head1 AUTHOR
24
25 See L<DBIx::Class::Schema::Loader/AUTHOR> and L<DBIx::Class::Schema::Loader/CONTRIBUTORS>.
26
27 =head1 LICENSE
28
29 This library is free software; you can redistribute it and/or modify it under
30 the same terms as Perl itself.
31
32 =cut
33
34 1;
35 # vim:et sts=4 sw=4 tw=0: