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


DBIx-Class-Schema-Loader documentation  | view source Contained in the DBIx-Class-Schema-Loader distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

DBIx::Class::Schema::Loader

AUTHOR

Top

See AUTHOR in DBIx::Class::Schema::Loader and CONTRIBUTORS in DBIx::Class::Schema::Loader.

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


DBIx-Class-Schema-Loader documentation  | view source Contained in the DBIx-Class-Schema-Loader distribution.