GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::Loader::Generic(3) User Contributed Perl Documentation DBIx::Class::Loader::Generic(3)

DBIx::Class::Loader::Generic - Generic DBIx::Class::Loader Implementation.

See DBIx::Class::Loader

Available constructor options are:

additional_base_classes

List of additional base classes your table classes will use.

left_base_classes

List of additional base classes, that need to be leftmost.

additional_classes

List of additional classes which your table classes will use.

constraint

Only load tables matching regex.

exclude

Exclude tables matching regex.

debug

Enable debug messages.

dsn

DBI Data Source Name.

namespace

Namespace under which your table classes will be initialized.

password

Password.

relationships

Try to automatically detect/setup has_a and has_many relationships.

inflect

An hashref, which contains exceptions to Lingua::EN::Inflect::PL(). Useful for foreign language column names.

user

Username.

new

Not intended to be called directly. This is used internally by the "new()" method in DBIx::Class::Loader.

find_class

Returns a tables class.

    my $class = $loader->find_class($table);

classes

Returns a sorted list of classes.

    my $@classes = $loader->classes;

debug

Overload to enable debug messages.

tables

Returns a sorted list of tables.

    my @tables = $loader->tables;

DBIx::Class::Loader
2006-02-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.