DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.


NAME

DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.


SYNOPSIS

See the DBIx::Class::Schema::Loader::Base manpage


DESCRIPTION

This is the base class for the DBIx::Class::Schema::Loader::Base manpage classes for DBI-based storage backends, and implements the common functionality between them.

See the DBIx::Class::Schema::Loader::Base manpage for the available options.


METHODS

new

Overlays new in the DBIx::Class::Schema::Loader::Base manpage to do some DBI-specific things.

load

We override load in the DBIx::Class::Schema::Loader::Base manpage here to hook in our localized settings for $dbh error handling.


SEE ALSO

the DBIx::Class::Schema::Loader manpage

 DBIx::Class::Schema::Loader::DBI - DBIx::Class::Schema::Loader DBI Implementation.