Peter Rabbitson > DBIx-Class-0.08107 > DBIx::Class::Storage::DBI::MSSQL

Download:
DBIx-Class-0.08107.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
Stalled  5
View Bugs
Report a bug
Source   Latest Release: DBIx-Class-0.08114

NAME ^

DBIx::Class::Storage::DBI::MSSQL - Storage::DBI subclass for MSSQL

SYNOPSIS ^

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 DBD::MSSQL, you will probably want to use one of the other DBD-specific MSSQL classes, such as DBIx::Class::Storage::DBI::Sybase::MSSQL. These classes will merge this class with a DBD-specific class to obtain fully correct behavior for your scenario.

METHODS ^

last_insert_id

sqlt_type

build_datetime_parser

The resulting parser handles the MSSQL DATETIME type, but is almost certainly not sufficient for the other MSSQL 2008 date/time types.

AUTHORS ^

Brian Cassidy <bricas@cpan.org>

LICENSE ^

You may distribute this code under the same terms as Perl itself.