DBIx::Class::Storage::DBI::MSSQL - Storage::DBI subclass for MSSQL |
DBIx::Class::Storage::DBI::MSSQL - Storage::DBI subclass for MSSQL
This subclass supports MSSQL, and can in theory be used directly
via the storage_type
mechanism:
$schema->storage_type('::DBI::MSSQL'); $schema->connect_info('dbi:....', ...);
However, as there is no the DBD::MSSQL manpage, you will probably want to use one of the other DBD-specific MSSQL classes, such as the DBIx::Class::Storage::DBI::Sybase::MSSQL manpage. These classes will merge this class with a DBD-specific class to obtain fully correct behavior for your scenario.
Brian Cassidy <bricas@cpan.org>
You may distribute this code under the same terms as Perl itself.
DBIx::Class::Storage::DBI::MSSQL - Storage::DBI subclass for MSSQL |