Query: class::dbi::loader::mysql
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::DBI::Loader::mysql(3pm) User Contributed Perl Documentation Class::DBI::Loader::mysql(3pm)NAMEClass::DBI::Loader::mysql - Class::DBI::Loader mysql Implementation.SYNOPSISuse Class::DBI::Loader; # $loader is a Class::DBI::Loader::mysql my $loader = Class::DBI::Loader->new( dsn => "dbi:mysql:dbname", user => "root", 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 2007-03-22 Class::DBI::Loader::mysql(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Find columns in a file based on header and print to new file |
Weird 'find' results |