Man Page: class::dbi::loader::sqlite
Operating Environment: debian
Section: 3pm
Class::DBI::Loader::SQLite(3pm) User Contributed Perl Documentation Class::DBI::Loader::SQLite(3pm)NAMEClass::DBI::Loader::SQLite - Class::DBI::Loader SQLite Implementation.SYNOPSISuse Class::DBI::Loader; # $loader is a Class::DBI::Loader::SQLite my $loader = Class::DBI::Loader->new( dsn => "dbi:SQLite:dbname=/path/to/dbfile", namespace => "Data", ); my $class = $loader->find_class('film'); # $class => Data::Film my $obj = $class->retrieve(1);DESCRIPTIONMulti-column primary keys are supported. It's also fine to define multi-column foreign keys, but they will be ignored because Class::DBI does not support them. See 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::SQLite(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |