Handel::Schema::RDBO::DB - RDBO DB class for the Handel::Storage::RDBO


Handel-Storage-RDBO documentation  | view source Contained in the Handel-Storage-RDBO distribution.

Index


NAME

Top

Handel::Schema::RDBO::DB - RDBO DB class for the Handel::Storage::RDBO

SYNOPSIS

Top

    use Handel::Schema::RDBO::DB;
    use strict;
    use warnings;

    my $db = Handel::Schema::RDBO::DB->new(
        domain => 'handel', type => 'bogus'
    );

DESCRIPTION

Top

Handel::Schema::RDBO::DB is a generic Rose::DB class for use as the default connections used in Handel::Storage::RDBO classes.

METHODS

Top

get_db

Returns a new pre configured db object. If no connection information is supplied, the connection information will be read from ENV or ModPerl using the configuration options available in the specified config_class. By default, this will be Handel::ConfigReader.

SEE ALSO

Top

Rose::DB

AUTHOR

Top

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/



Handel-Storage-RDBO documentation  | view source Contained in the Handel-Storage-RDBO distribution.