class::dbi::loader::pg(3pm) debian man page | unix.com

Man Page: class::dbi::loader::pg

Operating Environment: debian

Section: 3pm

Class::DBI::Loader::Pg(3pm)				User Contributed Perl Documentation			       Class::DBI::Loader::Pg(3pm)

NAME
Class::DBI::Loader::Pg - Class::DBI::Loader Postgres Implementation.
SYNOPSIS
use Class::DBI::Loader; # $loader is a Class::DBI::Loader::Pg my $loader = Class::DBI::Loader->new( dsn => "dbi:Pg:dbname=dbname", user => "postgres", password => "", namespace => "Data", ); my $class = $loader->find_class('film'); # $class => Data::Film my $obj = $class->retrieve(1);
DESCRIPTION
See Class::DBI::Loader, Class::DBI::Loader::Generic.
SEE ALSO
Class::DBI::Loader, Class::DBI::Loader::Generic perl v5.10.0 2006-03-04 Class::DBI::Loader::Pg(3pm)
Related Man Pages
catalyst::model::cdbi(3pm) - debian
class::dbi::test::sqlite(3pm) - debian
dbix::class::schema::loader::dbi::mssql(3pm) - debian
dbix::class::schema::loader::dbobject::sybase(3pm) - debian
data::phrasebook::loader(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?