The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::DataModel::ConnectedSource - metasource and schema paired together

DESCRIPTION

A connected source is a pair of a $schema and $meta_source. The meta_source holds information about the data structure, and the schema holds a connection to the database.

METHODS

Methods are documented in "CONNECTED SOURCES" in DBIx::DataModel::Doc::Reference

Constructor

new

  my $connected_source 
    = DBIx::DataModel::ConnectedSource->new($meta_source, $schema);

Accessors

meta_source

schema

metadm

Data retrieval

select

fetch

fetch_cached

join

Data manipulation

insert

update

delete