Dagfinn Ilmari Mannsåker > DBIx-Class-Schema-Loader-0.04999_03 > DBIx::Class::Schema::Loader::DBI

Download:
DBIx-Class-Schema-Loader-0.04999_03.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  17
Open  13
View Bugs
Report a bug
Module Version: 0.04999_03   Source   Latest Release: DBIx-Class-Schema-Loader-0.04999_10

NAME ^

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

SYNOPSIS ^

See DBIx::Class::Schema::Loader::Base

DESCRIPTION ^

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

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

METHODS ^

new

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

load

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

SEE ALSO ^

DBIx::Class::Schema::Loader