Query: class::dbi::loader::pg
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::DBI::Loader::Pg(3pm) User Contributed Perl Documentation Class::DBI::Loader::Pg(3pm)NAMEClass::DBI::Loader::Pg - Class::DBI::Loader Postgres Implementation.SYNOPSISuse 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);DESCRIPTIONSee Class::DBI::Loader, Class::DBI::Loader::Generic.SEE ALSOClass::DBI::Loader, Class::DBI::Loader::Generic perl v5.10.0 2006-03-04 Class::DBI::Loader::Pg(3pm)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |